Hi teams, could someone help me to resolve this issue? The PDF file can generate to my Gdrive however, when I click on the app to see the PDF it says not found.
Below I attach the error and my settings:
Hi teams, could someone help me to resolve this issue? The PDF file can generate to my Gdrive however, when I click on the app to see the PDF it says not found.
Below I attach the error and my settings:
Hi, try putting “appsheet/data/” before the link when you generate it. I had this problem where one app needed this and another one didn’t. I guess it has something to do with the sheet being in the app folder or not, so you need to specify the full path.
I think my folder path was correct because I can see where the pdf is generated in my Gdrive. My concern is whenever I want to generate pdf in the app itself it didnt work. Show that error coding.
The path needs to start from the subfolder where your Google Sheet is. That’s a common mistake people are doing as the default app folder is only used for the Bot itself and after that, it has nothing to do with the file (images etc.) column anymore.
Now my folder path from Gdrive is “appsheet/data/PropsandEquipmentListForm-1001664039/Request Form”.
One that I bold is where my spreadsheet locate at. Can you show me how exactly it should be?
You missed “/” at the beginning
“**/**data/PropsandEquipmentListForm…”
and you don’t need “appsheet/data” as its specified in your default settings.
In which folder the spreadsheet is? You have bolded two different folders.
When using file, thumbnails, images etc. the default app folder doesn’t any effect so you need to specify the path starting from the folder where the spreadsheet is.