user1998064
user1998064

Reputation: 31

how to get profile information for users using google drive api

I'm trying to migrate from the Documents List API to Drive API.

My application using "getting profile information for users" function, but Google Drive API has no that function.

So, I have a problem to migrate from the Documents List API.

Please let'me know how to solve it.

Upvotes: 1

Views: 2744

Answers (1)

Jay Lee
Jay Lee

Reputation: 13528

See:

https://developers.google.com/accounts/docs/OAuth2Login#userinfocall

for updated information on retrieving user profile information.

Upvotes: 2

Related Questions