OPEN Ai Extract PDF Errors! Webcontentlink issues
Status: Closed · Asked by AussiePete on · 0 views
I cannot succeed in obtaining the PDF. I have tried Dropbox, Onedrive, Google Drive URL LInk to the PDF. I have used very possible link configuration. I just get continuous errors. have been tryin got solve this for 48 hours.

Try this action. FYI I'm not from Pabbly Connect team, just a freelancer who helps other Pabbly users.
Contact me - https://www.facebook.com/himeshsoni07
Email - [EMAIL][email hidden][/EMAIL]

thanks for the suggestion. A different error has appeared. Which I've encountered often while tryin got execute this action
Have you checked the file if it's public or not and can you please upload whole screenshot if possible
Contact me - https://www.facebook.com/himeshsoni07
Email - [EMAIL][email hidden][/EMAIL]

Your schema is incorrect
it should be in this format
{
"name": "expense_data",
"schema": {
"type": "object",
"properties": {
"editions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"Edition": { "type": "string" },
"Quantity": { "type": "number" },
"TotalAmount": { "type": "number" }
},
"required": ["Edition", "Quantity", "TotalAmount"]
}
},
"notes": {
"type": "string"
}
},
"required": ["editions"],
"additionalProperties": false
},
"strict": true
}
and check your file extension use above mentioned extension instead of ".bin"
Contact me - https://www.facebook.com/himeshsoni07
Email - [EMAIL][email hidden][/EMAIL]

{
"type": "object",
"properties": {
"editions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": { "type": "string" },
"price": { "type": "number" }
},
"required": ["name", "price"],
"additionalProperties": false
}
}
},
"required": ["editions"],
"additionalProperties": false
}
Try this. If still not works you can dm me I'll help you out with this
Contact me - https://www.facebook.com/himeshsoni07
Email - [EMAIL][email hidden][/EMAIL]