use AuthToken from AccountManager for Google Client API requests

260 views Asked by At

I want access the Google Drive account from a user. I get a token from the AccountManager on Android.

I added the Client Library and Drive Library from Google to my project and want to send requests with the received token to the Google service. How can I do this?

0

There are 0 answers