Image into buffer from google drive

Hi
I am trying to get new images posted to google drive into buffer. I keep getting error 400: The provided image does not appear to be valid.

I have looked at the buffer api and the documentation seems to be out of date. there are two fields for attached image. I have tried numerous combinations of urls from google drive download and google drive into these fields, including only using the second field and nothing seems to work. what am I doing wrong?

Why not use the “Get File” from HTTP Module and pass the Google Drive link url to the HTTP module and get the file?

1 Like

buffer wants a URL: * Invalid URL in parameter ‘picture’.

HTTP gets a file. no combination of URL from google drive seems to work