Search code examples
phpgoogle-apigoogle-drive-apigoogle-apps

Good Drive API usage


I have made a google developer account from the google email provided by my organisation ( @nirmauni.ac.in email ). I have got some xxxx@developer.gserviceaccount.com. I have some questions:

  1. How to I browse for the files that I upload using my xxxx@developer.gserviceaccount.com account. ??

  2. is there any way to get myname@developer.gserviceaccount.com email address ??

Sorry if the questions are not properly formatted. Please ask me if you need more details :

Thanks in Advance.

( I have Googled but could not find any results )


Solution

  • How to I browse for the files that I upload using my xxxx@developer.gserviceaccount.com account. ??

    You can't browse these files because it is a "Service Account"[1] not a classic google account: these type of account are useful to act as manager of cloud platforms piece like compute engine vm instances and cloud storage buckets.

    is there any way to get myname@developer.gserviceaccount.com email address ??

    As Andy sad, nope :)

    [1] https://developers.google.com/accounts/docs/OAuth2ServiceAccount