I've started writing Google Drive adapter using Google.Apis.Drive.v3 library. So far I was able to figure out:
- login URL: https://accounts.google.com/o/oauth2/auth
- access token URL: https://accounts.google.com/o/oauth2/token
I am looking for:
- user info endpoint URL: http:// ??????
I've searched it in the API documentation but I cannot find it there. Am I missing something?
Please accept my sincere apologies if this is duplicated question.