简体   繁体   中英

Can I use Google Drive as a substitute for amazon s3 for my android app?

I'm doing a kinda music app where user can send edited songs to other users. Normally when the user send the song first the song uploaded to s3 and then the destination user downloads from it. Instead of s3 can I use the corresponding users drive and save the song in it and sending the link of that song. Is it possible?

Yes, it's possible.

Here is some info about how to do it programmatically: https://developers.google.com/drive/v2/reference/

Anyway, If you expect a lot of users for your application, it's better to use S3 because it's more scalable and better suits for high load systems.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM