You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-9
Original file line number
Diff line number
Diff line change
@@ -48,21 +48,24 @@ Where:
48
48
-**keyConfig** Your key generated from the [Google API console](https://console.developers.google.com/apis/dashboard).
49
49
-**options** optional parameter, allowing for tweaking of certain functionality:
50
50
51
-
- verbose: if true displays debug info (default: false)
52
-
- callback: callback when a file is synced (default: undefined)
53
-
- docsFileType: file type to use when exporting a Google Doc (default: docx )
54
-
- sheetsFileType: file type to use when exporting a Google Sheet (default: xlsx)
55
-
- slidesFileType: file type to use when exporting Google Slides (default: pptx)
56
-
- fallbackGSuiteFileType: file type to use when exporting other GSuite files (default: pdf),
57
-
- abortOnError: whether to abort on an error,
58
-
- logger: logger to use in verbose mode, must have support for debug, warn and error functions
59
-
- sleepTime: Rate limiter. How long to wait, in milleseconds, after downloading a file. (default: 500)
51
+
-**verbose**: if true displays debug info (default: false)
52
+
-**callback**: callback when a file is synced (default: undefined)
53
+
-**docsFileType**: file type to use when exporting a Google Doc (default: docx )
54
+
-**sheetsFileType**: file type to use when exporting a Google Sheet (default: xlsx)
55
+
-**slidesFileType**: file type to use when exporting Google Slides (default: pptx)
56
+
-**fallbackGSuiteFileType**: file type to use when exporting other GSuite files (default: pdf),
57
+
-**abortOnError**: whether to abort on an error,
58
+
-**logger**: logger to use in verbose mode, must have support for debug, warn and error functions
59
+
-**sleepTime**: Rate limiter. How long to wait, in milleseconds, after downloading a file. (default: 500)
60
+
-**supportAllDrives**: whether the requesting application supports both My Drives and shared drives. If false, then shared drive items are not included in the response
61
+
-**includeItemsFromAllDrives**: whether shared drive items should be included in results. If not present or set to false, then shared drive items are not returned
0 commit comments