I’m looking into integrating a SaaS product with Google Drive. Is it possible to allow Drive users to authorize the uploading of a Drive file to another remote storage location?
For example, right now, I can download a file directly into the Google Drive folder on the computer, from the web service. I could also use the OS file handler window to choose the Google Drive folder to upload a file to the web service. But that requires depending on the OS to browse for files on that specific device. iOS doesn’t allow that at all.
Does the API allow for direct file transfer between Drive and another web service?
Cheers
The Drive API allows you to read and write Drive files programmatically. Then it’s up to developers to implement any syncing/file transfer logic between Drive and another web service. So yes, in theory.