What is the "AuthTokenType" value for Google Drive in an Android app?

What should I use as the "AuthTokenType" value to request access to Google Drive from my Android app?

For example, here are the AuthTokenType values ​​for other services: What is the "authTokenType" in the Google Data API?

I intend to use the provided Java Client API to interact with Google Drive, i.e. http://code.google.com/p/google-api-java-client/wiki/APIs#Drive_API

+3
source share
1 answer

ClientLogin , OAuth. https://developers.google.com/drive/register SDK , , , - Chrome, , , -, , Android (). , .

+4

All Articles