Hi everyone,
I’m facing an issue with the “Create a Photo Post” module for Facebook Pages in Make. Here’s the context:
- I’m reading data from a Google Sheet.
- One column contains the image URL, coming from Google Drive (shared as public and converted to this format:
https://drive.google.com/uc?id=FILE_ID
). - The post is scheduled and everything else works fine (text, platform, time…).
- But when Make tries to send the post to Facebook, I get this error:
“Invalid URL in parameter ‘url’”
What I’ve checked:
- The Google Drive file is a .png image, publicly shared (Anyone with the link can view).
- The
uc?id=
link works in a browser and directly shows/downloads the image. - The image size is small and loads fine from Drive.
- The Media URL field is properly mapped from the Sheet to the module.
What I suspect:
- Facebook’s API might not accept Drive URLs because of redirects or HTML wrappers, even if the link ends with
.png
. - I tried using
https://drive.google.com/thumbnail?id=...&sz=w1000
too, but it still fails. - When switching to Imgur-hosted URLs, everything works perfectly.
Questions:
- Has anyone here successfully used a Google Drive image URL in a Facebook photo post via Make?
- Is there any workaround or way to force Make or Facebook to accept Drive links?
- Could this be related to how Google handles headers or content-type for external bots?
Any tips or confirmations would be great – just want to understand if Drive is a reliable option or if external image hosting (Imgur, CDN, etc.) is the only safe route.
Thanks in advance!
—Francesco