How to revoke permission from google doc shared to users(role include editor, commenter)?
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 @iqbalpb, welcome to the community!
n8n’s built-in Google Drive node does not have options to list and remove permissions of a file. But you can use the HTTP Request node to directly call the respective methods from the Google Drive API (list, delete).
Here’s a quick example workflow removing all permissions (but keeps the owner):
Hope this helps! Let me know if you have any questions on this
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.