-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only writes one row of permissions #1
Comments
Here's what I did to make it write all permissions:
This is will prevent the script from using a blank Drive ID for the permissions query if your Shared Drive list is fewer than the value of NUMBER_OF_ROWS_TO_LOOKUP_PERMISSIONS_PER_LOOP.
|
Thanks for the heads up on this issue. -- if you want to add this as a pull request, i'll review again and accept/merge it. |
You're overwriting the permissions row on each loop so it just ends up showing one permission per shared drive
appscript-google-shared-drive-inventory/Code.gs
Line 150 in 6041c5e
The text was updated successfully, but these errors were encountered: