name string — OPTIONAL |
description string — OPTIONAL |
resourceId string — OPTIONALThe id of the item. It looks like RLIXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX |
driveId string — OPTIONALThe id of your drive. It looks like RLXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX |
resourceType string — OPTIONALPossible values: [FILE, FOLDER] |
storageUrl string — OPTIONALURL of the storage location of the item |
size int64 — OPTIONALSize of the item in bytes |
mimeType string — OPTIONALMime type of the item, e.g., application/pdf, image/png |
parentFolderId string — OPTIONAL |
createdAt int64 — OPTIONALTimestamp when the item was created |
updatedAt int64 — OPTIONALTimestamp when the item was last updated |
isDeleted boolean — OPTIONALBoolean indicating if the item is present in trash |
isExplicitlyDeleted boolean — OPTIONALBoolean indicating if the item was explicitly deleted by the user. Useful to distinguish whether an item was deleted directly or via its ancestor folder. |
tags string[] — OPTIONALList of tag ids associated with the item |
pathById string — OPTIONALPath of the item in the drive via ids |
pathByName string — OPTIONALPath of the item in the drive via names |
fileContents string — OPTIONALContents of the file if the file is a text file. This field will only be populated for read files |