Is it possible to use Dropbox, Google Drive, Skydrive, etc. as a server space?

前端 未结 6 2214
温柔的废话
温柔的废话 2021-02-11 00:36

I\'m creating an app that connects online to a server to collect information. To save money from renting server space from a big corp, I was wondering if any of these free servi

6条回答
  •  闹比i
    闹比i (楼主)
    2021-02-11 00:58

    I would recommend using something like Parse.com as your backend. Their free tier lets you store 1GB. Maybe not as much as Dropbox, but the API for Parse is great and made for storing/retrieving from mobile apps. You'll be up and running really fast. I haven't looked at Dropbox SDK though.

提交回复
热议问题