I am working on automating adding new users to Shared Google Drives, but am getting stuck, where the account i am using for the connection (OAuth) or by using a Google project with clientID and secret to perform the action of adding someone to the shared google drive.
it only works, when i have added the account for the connection as a manager to the shared google drive. it’s a superadmin, and in theory, could add anyone to ANY Shared Google Drive.
I have found the “Get a Share Link” Google Drive module, and…as well as getting a share link, works well for adding a user to a Google Shared Drive. (When the account is a manager of the shared drive)
But i’m wondering if someone could tell me what Google API call the “Get a share link” module is using?
I have been able to create a seperate Google API Call module, using /v3/files//permissions and i’m wondering if this is the same one being used by “Get a share link”
Thanks in advance