I am trying to create a service account in Google Cloud Platform that has Google Drive API access only. However, I cannot find the role at all:
Furthermore, if I create a 'general service account', then that user can add instances, etc. This has been a terrible security issue in the past, as users with that key have actually created unauthorized instances (thus the above question).
How would I create a service account that has access to Google Drive API, but nothing else?