Working on using Glide with a OneDrive Excel File. Is it possible to use GLIDE to upload an image and save that image to my OneDrive folder?
No.
In order to get that, you would need to have some sort of backend automation that downloads the files from Glide storage, adds them to your own, and then replaces the URL’s.
Be aware though that using your own storage is generally not recommended. And if you do, you need to ensure that the files/images are publicly accessible. (That’s assuming that you want the images available via the app once they’ve been uploaded)
1 Like
Thank you. I was thinking since they allow authentication to Excel files…