Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 9.5 KB

File metadata and controls

26 lines (23 loc) · 9.5 KB

Folders

Fields

Field Type Required Description Example
id JsonNullable<String> Unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
remoteId JsonNullable<String> Provider's unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
name JsonNullable<String> The name associated with this folder Information-Technology
description JsonNullable<String> The description of the folder This is the description associated to the folder.
size JsonNullable<Double> The size of this folder in bytes 1024
url JsonNullable<String> The url of the folder https://drive.google.com/folder/d/nd8932h9d/view
path JsonNullable<String> The path where the folder is stored /path/to/folder
ownerId JsonNullable<String> The user ID of owner of this folder c28xyrc55866bvuv
remoteOwnerId JsonNullable<String> Provider's unique identifier of the owner of this folder e3cb75bf-aa84-466e-a6c1-b8322b257a48
parentFolderId JsonNullable<String> The parent folder ID associated with this folder c28xyrc55866bvuv
remoteParentFolderId JsonNullable<String> Provider's unique identifier of the parent folder associated with this folder e3cb75bf-aa84-466e-a6c1-b8322b257a48
driveId JsonNullable<String> The parent drive ID associated with this folder c28xyrc55866bvuv
remoteDriveId JsonNullable<String> Provider's unique identifier of the parent drive associated with this folder e3cb75bf-aa84-466e-a6c1-b8322b257a48
createdAt OffsetDateTime The created date of the folder 2023-02-23T00:00:00.000Z
updatedAt OffsetDateTime The last updated date of the folder 2024-02-23T00:00:00.000Z
hasContent JsonNullable<FoldersHasContent> Whether the folder has content true
hasChildren JsonNullable<FoldersHasChildren> Whether the folder has children true
isRoot JsonNullable<IsRoot> Whether the folder is at the root level of the drive true
allParentFolderIds List<String> List of containing parent Folder IDs in descending order [
"0123456789"
]