aboutsummaryrefslogtreecommitdiffstats
path: root/drive/sync_list.go
diff options
context:
space:
mode:
Diffstat (limited to 'drive/sync_list.go')
-rw-r--r--drive/sync_list.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/drive/sync_list.go b/drive/sync_list.go
index 6ded606..e035239 100644
--- a/drive/sync_list.go
+++ b/drive/sync_list.go
@@ -16,7 +16,7 @@ type ListSyncArgs struct {
func (self *Drive) ListSync(args ListSyncArgs) error {
listArgs := listAllFilesArgs{
- query: "appProperties has {key='isSyncRoot' and value='true'}",
+ query: "appProperties has {key='syncRoot' and value='true'}",
fields: []googleapi.Field{"nextPageToken", "files(id,name,mimeType,createdTime)"},
}
files, err := self.listAllFiles(listArgs)