Hi, it is any way i can list all folders which a user has access, including type of access (Editing, reading, etc)
Hello @sebas146,
Thanks for joining our Community. I have moved your post from Community Feedback to Workspace Q&A, since this is a product question.
I have also edited your labels to help with visibility.
I'm pretty sure can do this with the free, open source, command-line, indispensable GAM tool. Check out https://github.com/jay0lee/GAM/wiki, https://github.com/taers232c/GAMADV-XTD3/wiki, and https://groups.google.com/forum/#!forum/google-apps-manager for more details. (You might ask on the GAM list--that last link--for exactly how.)
Hope that helps,
Ian
HI @sebas146
If you are using GAMADV XTD3 this command should do it:
gam user <User Email Address> show labels nested true
Recommend using the ```nested true``` options to make sense of complex labels structures.
Link to the source of the above code snippet.