I recently noticed that there is a drive account related to me Appengine's Service account where I can push/read files using python code on Appengine using my service account as a user. My questions are:
1.) Is the drive account available by default as 1 per GCP application or 1 per Service account (as I can create multiple service account)?
2.) What is the quota on the Drive account available in this case?
3.) How can I access the drive account associated with service account from web UI (as we do with user account)?
4.) Can you provide any additional information on how this drive is similar/different from the general drive accounts?
Thanks in advance.