Apr 27, 2023 08:35 PM
I'm trying to move attachments from AT to Google Drive using Make. For some reason when the scenario runs, the files that get created in Drive are invalid. These are small png logo images and when I try to open them in Drive I get an unrecognized file format error. Here is my Make setup:
Is the AT attachment URL field the correct one to be using?
Solved! Go to Solution.
Apr 28, 2023 04:05 AM
Google Drive is looking for a file, not a URL. You’ll need to Get A File by using Make’s HTTP module.
Since you are new to Make, you might appreciate some of my Make training tips here. You can ask more Make questions there too, where many Airtable & Make experts are giving help.
Apr 28, 2023 04:05 AM
Google Drive is looking for a file, not a URL. You’ll need to Get A File by using Make’s HTTP module.
Since you are new to Make, you might appreciate some of my Make training tips here. You can ask more Make questions there too, where many Airtable & Make experts are giving help.
Apr 28, 2023 04:52 AM
Thank you. Not sure why I didn't remember that. I had used the HTTP Get File on a scenario transferring files from Salesforce to Drive.
Feb 16, 2024 09:22 AM
You're welcome! Glad I could help! 🙂