Skip to content

Commit

Permalink
Fix: field name not same as the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
itszechs committed Jun 24, 2022
1 parent 1c5667e commit 8b74335
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class FilesViewModel @Inject constructor(
val teamDrives = drive
.teamdrives()
.list()
.setFields("nextPageToken, drives(id, name, kind)")
.setFields("nextPageToken, teamDrives(id, name, kind)")
.setPageSize(pageSize)
.setPageToken(nextPageToken)
.execute()
Expand Down

0 comments on commit 8b74335

Please sign in to comment.