hello makers, i am using buffer module to post on X(twitter) but the module returns an error that “the provided image may not be valid”. the images are stored in one drive and then i use http get a file module to access them. hoiw can i solve that problem
1 Like
Usually when you use Google Drive or OneDrive links they’re links to preview pages. First I would make sure you have a direct accessible link that leads to the raw file of the image.
As a second option, I would use a service like Cloudinary that provides a direct image link that you can plug into Buffer.
Thanks and hope this helps!