I come with a new question, I wanted to know if it is possible to remove access to a person from a Google Sheets, I know that there is the option in the Google Drive node to give access, but I wanted to know if it could also be removed.
Thank you very much for your support as always
have a great week!
There wouldn’t be a way to do this within the node, but you can use the Google Drive API with the DELETE method in the HTTP Request node for this You’d want to hit the URL https://www.googleapis.com/drive/v3/files/{fileId}/permissions/{permissionId} as grabbed from here: Method: permissions.delete | Google Drive | Google for Developers