Only first 10 team drives are listed
See original GitHub issueIf a user has more than 10 team drives, only the first ten are listed.
This is a bug in func listTeamDrives
(src/drive/drive.ts#L1113)
By default teamdrives.list
returns a maximum of 10 teams per page (see documentation).
To fix this bug the nextPageToken
value should be queried and used to fetch the remaining pages (see example here).
(I would have submitted a PR for this myself but my js level is close to NULL)
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Shared drive limits in Google Drive
If someone is a member of multiple groups that are members of the shared drive, they only count as one individual toward the...
Read more >G Suite Team Drive access levels: What managers need to know
A Team Drive provides shared storage space for people in organizations that use G Suite Business, Education, or Enterprise edition.
Read more >S: drive - How it Works & Permissions - UCL
The S: drive is part of the central windows file store and enables groups of users to access and share files necessary for...
Read more >How to get your Google Drive permissions right - itGenius
But if you're a smaller team just stick with the simple permissions now and then ... We'll get into Google Drive in a...
Read more >Google drive - Rclone
"drive.readonly" / Access to files created by rclone only. ... Got code Configure this as a Shared Drive (Team Drive)? y) Yes n)...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@danjjl I have just published
v0.10.1
, which includes this fix.Hi @danjjl, thanks for the report! You are completely correct. I should be able to put together fix for this sometime in the next week. I personally don’t have access to many team drives, so some user testing may be helpful 😃