Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I create a service account in Google Cloud platform. This service account has an email.

Is there any way I can login in the web portal of drive.google.com as this service account and see the files it owns or created?

question from:https://stackoverflow.com/questions/65643284/explore-google-drive-of-google-cloud-service-account

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
210 views
Welcome To Ask or Share your Answers For Others

1 Answer

The portal uses OAuth to authenticate and stores the Access Token within a cookie which includes session information. The portal has no method to use a service account. You will need to use the REST API or one of the SDKs to use a service account.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...