We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bffa273 commit 76c75dcCopy full SHA for 76c75dc
picker/code.gs
@@ -44,7 +44,7 @@ if (!Drive) {
44
/**
45
* Checks that the file can be accessed.
46
* @param {string} fileId The ID of the file.
47
- * @return {GoogleAppsScript.Drive_v3.Drive.V3.Schema.File} The file resource.
+ * @return {Object} The file resource.
48
*/
49
function getFile(fileId) {
50
return Drive.Files.get(fileId, {fields: '*'});
0 commit comments