Jan 11, 2023 02:39 AM
Hello,
I am using make to create a google doc using information coming from airtable. I then download the google doc into a pdf that I upload back on my google drive, it works fine.
Trouble comes when i try to feed back to Airtable. I have no problem with sending back a URL into airtable to open the document stored on Google Drive.
But I do not know how to send the PDF into an attachement field in airtable.
Here is my Make scenario:
I have tried to insert a google drive share link action before the last airtable action and to pass this share link in the attachement field. Scenario works, and attachement field is populated, but clicking on the attachement in airtable opens a blank document (the direct link to the same document does open correctly).
What do I need to do to correctly populate the attachement field?
Thank you for helping
Pascal
Solved! Go to Solution.
Jan 11, 2023 03:27 AM
Hey @Pascal_Gallais- ,
in attachment's url you send to Airtable module you need to use a public url and the urls from drive by default are private, so the process generates a new blank document in Airtable.
What you can do is to store those attachments in an alterative system and use those links in your scenario.
For any further question please do not hesitate to post on Airtable community.
Yours sincerely,
Dimitris Goudis
Jan 11, 2023 03:27 AM
Hey @Pascal_Gallais- ,
in attachment's url you send to Airtable module you need to use a public url and the urls from drive by default are private, so the process generates a new blank document in Airtable.
What you can do is to store those attachments in an alterative system and use those links in your scenario.
For any further question please do not hesitate to post on Airtable community.
Yours sincerely,
Dimitris Goudis
Jan 11, 2023 07:47 AM
Thanks Dimitris, I did using DropBow between Google Drive and Airtable.
Thanks also to ScottWorld who explained how to effectively get the pdf from dropbox to an attachement field in a previous post: https://community.airtable.com/t5/other-questions/error-saving-uploading-dropbox-document-to-airtabl...
regards
Pascal
Jan 11, 2023 08:00 AM