Struggling with Revoke a file access - Google Drive

Hey!

I want to remove permissions from files contained in a specific folder. Only my google account (owner of the folder) should access those files.

I am using a simple scenario composed of two modules, Search for files / folders and Revoke file access, both from Google Drive.

I receive an error because I am not able to set a proper “permission name” in the second module. I tried to look at the output of the first module but there is no property called permission name. Make documentation is not clarifying this with examples, I tried with “editor”, “writer”, “reader”, no one works.

Anybody can help on this? Many thanks in advance

1 Like

Solved thanks to Make Support. they suggested to add an interator which divides all the permissions is available in the file. Then in the revoke access module you have to place a filter to exclude owners from revoking.

2 Likes