简体   繁体   English

我的Android应用程序可以使用Google Drive替代亚马逊s3吗?

[英]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. 通常,当用户首先发送歌曲时,歌曲上传到s3,然后目的地用户从中下载。 Instead of s3 can I use the corresponding users drive and save the song in it and sending the link of that song. 我可以使用相应的用户驱动器而不是s3,并将歌曲保存在其中并发送该歌曲的链接。 Is it possible? 可能吗?

Yes, it's possible. 是的,这是可能的。

Here is some info about how to do it programmatically: https://developers.google.com/drive/v2/reference/ 以下是有关如何以编程方式执行此操作的一些信息: 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. 无论如何,如果您期望大量用户使用您的应用程序,最好使用S3,因为它更具可扩展性,更适合高负载系统。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我可以在我的Android应用程序中同时使用Google AdMob和Amazon Mobile Ads吗 - Can I use both Google AdMob and Amazon Mobile Ads in my Android app 如何将我的 Android 应用程序连接到谷歌驱动器? - How can i connect my Android app to google drive? 适用于Amazon S3 Android的Amazon Cloud Drive的任何API - Any API for Amazon Cloud Drive Except Amazon S3 Android 我可以将位图变量中的图像上传到Android中的Amazon S3吗? - Can I upload an image in a bitmap variable to Amazon S3 in Android? 通过Amazon S3 for Android App的PHP - PHP via Amazon S3 for Android App 如何强制Android应用程序仅使用某个帐户来使用Google Drive API(GDAA)? - How can I force an android app to use only a certain account to use google drive api (GDAA)? 我可以通过Android应用使用Google字体吗? - Can I use Google fonts to use through my Android app? 我可以将我的应用程序共享偏好数据限制到 android 中的谷歌驱动器/云吗? - Can I restrict my app sharedprefs data to google drive/cloud in android? 如何使用 Google Drive API 扫描 Android Studio 应用程序中的文档? - How can I use Google Drive API to scan a document in an Android Studio app? 亚马逊S3和android - amazon S3 and android
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM