I am looking into my storage options for an app I am making and was wondering if it would be possible to have a user be able to upload images to a users Google Drive, Dropbox or Box with their API's.
the use-case is the user creates a folder on their storage service where other users can upload the images to and then from the other users device/s they select an image to upload to the service owners folder they created without having a drive,drobbox or box account.
Using one or all of these services would allow me to lower the price of it since I would not have to worry about storage costs if I used my own server which obviously would be more attractive to users
I am aware that you can share a public url to the folder but do they have read/write privileges or just read privelages with that url?