Closed
Description
The googledrive::drive_auth
email
param requires that the email used to auth is also the email address of the service account used to perform actions within the Google Drive. In python, we can use with_subject()
to specify a different email address from the one used to auth. Is there an equivalent function in googledrive
?