Can I download another web service from Google Drive?

I’m studying the integration of a SaaS product with Google Drive. Is it possible to allow Drive users to allow the upload of a Drive file to another location in the remote storage?

For example, right now, I can upload a file directly to the Google Drive folder on my computer, from a web service. I could also use the OS file handler window to select the Google Drive folder to upload the file to the web service. But to work with files on this particular device is required depending on the OS. iOS does not allow this at all.

Does the API provide the ability to directly transfer files between Drive and another web service?

Greetings

+3
source share
3 answers

API- Drive . / -. , .

+3

:

Uploadcare - IaaS ( ), Google , Dropbox, Box, OneDrive, Evernote, . , Facebook, Instagram Flickr:

https://uploadcare.com/upload-sources/

.

0

Dropbox, Box Google , Single Interface Single Rail .

Cloud Rail . , , . , , :

        cs = new com.cloudrail.si.cloudStorage.GoogleDrive(
          this, 
          /** Your Client ID **/, 
          /** Your Client Secret**/
        );

, , Dropbox: "com.cloudrail.si.cloudStorage.Dropbox", .

: CloudRail. , ( - ) - , luke@cloudrail.com

0

All Articles