I followed all the steps to post from google drive to Instagram. I have integrated google cloud platforms client id and Client secret to google drive in make.com. everything is running smooth without error but when I see in Instagram page, I could not find the posts. below is the image of my scenario
Please make sure you fulfill these , looks like it doesnot accept the google drive links ,it should be public link and should fulfill the other requirements
Maybe you could use a Webhook as the public URL if the file is simply downloaded into Instagram’s servers once.
Create a second scenario
Webhook
Google Drive download file
Webhook Response → Send file data
In the Instagram module use the webhooks URL
Things to keep in mind:
a) Check the headers in the webhook response
b) You’ll need to identify the file through the incoming webhook
c) This might consume comparably much of your data depending on the file size.