-
Notifications
You must be signed in to change notification settings - Fork 2.5k
-
I use cloud functions and can connect to bigquery or cloud storage without key files. Is it possible to do the same with Drive service? In our company, we are not allowed to create service account key files. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 1 reply
-
Yes, it is possible to interact with Google Drive using a service account without explicitly using a key file. Google Cloud offers a feature called Application Default Credentials (ADC) that can simplify authentication in certain environments, such as Cloud Functions.
Beta Was this translation helpful? Give feedback.
All reactions
-
Can you elaborate more on this? Especially how to implement this when using cloud functions
Beta Was this translation helpful? Give feedback.