Hey @daveaudio !
This is a great question here, do you know if the Dropbox URL for your file is password protected?
Even though the Dropbox step is authenticated, it’s pulling the file from a (at least from its perspective) 3rd party source. So the file needs to be publicly accessible.
At the moment, it’s likely uploading a text file of some sort which isn’t a gdoc file, is that the case?
Let me know if you need anymore help!
Thanks for your reply. The file link has no password and is set to allow access to anyone with the link.
The file created is a Google Doc, however it’s worth noting that the created file size is bigger than that of the file being copied from. Original template file is 200 bytes (4KB) and the Zapier “Upload” is 153 KB.
Hey @daveaudio
Thanks for the reply here, I took another look and I think I know what the issue is.
The download flag in your URL is set to false or ‘0’.
This integration needs a URL where if you plug it into a browser, it will automatically be set to download. With the flat set to ‘0’, it’s not automatically downloading so it’s possible it’s just grabbing the html page.
Would you mind setting this flag to ‘1’ or true to see if that works?
https://cdn.zappy.app/62e6e72385f82c7f3702abe47e16f0de.png
Amazing! This fixed the issue. Great insight. Changing the URL dl= from 0 to 1 and running a test generated the file and it will now open as a Google Doc.
Thank you for the speedy troubleshooting.
Yay! Thanks for keeping everyone updated on what did the trick, @daveaudio!