dou4624 2015-05-20 11:35
浏览 54
已采纳

用于存储带宽不受限制的文件的Web服务器[关闭]

I've recently started an android app (using Unity) and users will need to upload a (~200kb) file somewhere, and have another user download it later. I was planning to use Dropbox as they have a 20gb daily bandwith allowance, but I can't find a way to upload files to my dropbox account through code. Is there a way to upload to a dropbox account using C#?

I know it's possible using PHP, and I could have the user upload to a web server and then send it to a public dropbox folder. Though all the web servers I have found do not allow file storage/sending like that.

So also, what web servers do popular apps use to store all their data and have enough bandwith? If my app did become popular, I can't find a web server to handle thousands or more of concurrent users downloading and uploading.

  • 写回答

1条回答 默认 最新

  • duanbi7247 2015-05-20 11:47
    关注

    Have a look at Dropbox Rest API and Unity's WWW-Class.

    You should be able to consume the Dropboxapi via Unity.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 高德地图点聚合中Marker的位置无法实时更新
  • ¥15 DIFY API Endpoint 问题。
  • ¥20 sub地址DHCP问题
  • ¥15 delta降尺度计算的一些细节,有偿
  • ¥15 Arduino红外遥控代码有问题
  • ¥15 数值计算离散正交多项式
  • ¥30 数值计算均差系数编程
  • ¥15 redis-full-check比较 两个集群的数据出错
  • ¥15 Matlab编程问题
  • ¥15 训练的多模态特征融合模型准确度很低怎么办