Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Possible Duplicate:
Android API for Google Drive?

I want to synchronize a single small xml file between Android application and separate standalone Java-based desktop application. First, a user pushes a button in the Android application and the xml file is stored somewhere in the cloud. Next, the user launches standalone desktop application and gets the xml file from the cloud.

I wanted to use Google Drive for this purpose. However, I am confused about the following from Google Drive help pages:

Warning: Authorization alone is not sufficient to give your app access to users' files — app installation is also required. Apps will not have any API access to files unless users have first installed the app in Chrome Web Store.

Is there a way to directly grab/write a file from/to Google Drive having the credentials? Or at least a way with least problems for the end user?

share|improve this question
1  

marked as duplicate by casperOne May 29 '12 at 18:11

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

up vote 1 down vote accepted

At the moment, we realize this isn't feasible with the Drive API, as you'd need a token created for a client ID that had been installed from the Chrome Web Store. We are planning a fix for this, but don't have anything immediately. In the immediate term, you should use the Documents List API.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.