Remove access to a person from a sheets

Hello community! How are you doing?

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!

Regards!

  • **n8n version:1.25.1
  • Database (postgres):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (kubernetes AWS):

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @Internalit_Automatio :wave:

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 :+1: 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

2 Likes

Hi @EmeraldHerald !!

It’s Works!!!

Thankss!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.