I managed to get an auth token from the AccountManager on Android for “writely” (Google Docs).
Now I want to get all documents from the user – but I have absolutley no idea how to do this.
There are a lot of libraries out there including the Google-Api-Java-Client but I have no clue how to use them. The picasa sample app also dosent help me… 🙁
Anyone, any idea?
I managed to get an auth token from the AccountManager on Android for writely
Share
Document List API V3 is what you can use – For details of using it and what to do with OAuth token etc take a look at here
DocService’s JavaDocs