OPEN Ai Extract PDF Errors! Webcontentlink issues

Status: Closed · Asked by AussiePete on · 0 views

AussiePete — Question ·

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.
Himesh Soni — Reply ·

Try this action. FYI I'm not from Pabbly Connect team, just a freelancer who helps other Pabbly users.
AussiePete — Reply ·

thanks for the suggestion. A different error has appeared. Which I've encountered often while tryin got execute this action
Himesh Soni — Reply ·

Have you checked the file if it's public or not? and can you please upload whole screenshot if possible?

AussiePete — Reply ·
Himesh Soni — Reply ·

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"

AussiePete — Reply ·
Himesh Soni — Reply ·

{
"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

Back to all forum threads · Log in to reply