2

I got here a simple question for people that used to work with cloud storage API's.

I want to set up a client/server model where the client is Android and it uploads files periodically to the cloud. The server is a desktop application (using Python) that listen for changes on a folder and that downloads files to get data.

I read about Dropbox and GDrive and I was wondering which one is easier to handle for a beginner. I have those links for Android :

https://developers.google.com/drive/quickstart-android
https://www.dropbox.com/developers/sync/start/android

The Dropbox API seems to be much more simple on the surface ! Am I wrong ?

Thanks

4

2 に答える 2

0

Google はより多くのサービスを提供し、消費者のコストを抑えながらより多くのことを行ってきました。Google に勝つのは難しいですが、Dropbox はストレージ戦争で Google に匹敵するか、打ち負かすことができます。本当のゲーム チェンジャーは Mailbox であり、それはちょうど市場に出ようとしています。

Google ドキュメント ドキュメント リスト API は、Google ドライブ ファイルへのプログラムによるアクセスをある程度提供しているように見えます。現在、Google Drive 開発者サイトのドキュメントでは、その機能についてまったく説明されておらず、「ユーザーが最初に Chrome Web Store にアプリをインストールしない限り、アプリはファイルへの API アクセスを持たない」と述べています。Google Docs API が、デスクトップおよびモバイル アプリケーションによる任意の Google ドライブ アクセスをサポートするために Google が使用するパスであるかどうかはまだ明らかではありません。

したがって、私は今のところGドライブを使用していると思います。しかし、どんな新しいサプライズが盛り上がろうとしているのかは誰にもわかりません. ;)

于 2013-07-03T07:17:47.280 に答える