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.

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

报告相同问题?

悬赏问题

  • ¥20 西门子S7-Graph,S7-300,梯形图
  • ¥50 用易语言http 访问不了网页
  • ¥50 safari浏览器fetch提交数据后数据丢失问题
  • ¥15 matlab不知道怎么改,求解答!!
  • ¥15 永磁直线电机的电流环pi调不出来
  • ¥15 用stata实现聚类的代码
  • ¥15 请问paddlehub能支持移动端开发吗?在Android studio上该如何部署?
  • ¥20 docker里部署springboot项目,访问不到扬声器
  • ¥15 netty整合springboot之后自动重连失效
  • ¥15 悬赏!微信开发者工具报错,求帮改