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 ?string Unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
remoteId ?string Provider's unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
name ?string The name associated with this folder Information-Technology
description ?string The description of the folder This is the description associated to the folder.
size ?float The size of this folder in bytes 1024
url ?string The url of the folder https://drive.google.com/folder/d/nd8932h9d/view
path ?string The path where the folder is stored /path/to/folder
ownerId ?string The user ID of owner of this folder c28xyrc55866bvuv
remoteOwnerId ?string Provider's unique identifier of the owner of this folder e3cb75bf-aa84-466e-a6c1-b8322b257a48
parentFolderId ?string The parent folder ID associated with this folder c28xyrc55866bvuv
remoteParentFolderId ?string Provider's unique identifier of the parent folder associated with this folder e3cb75bf-aa84-466e-a6c1-b8322b257a48
driveId ?string The parent drive ID associated with this folder c28xyrc55866bvuv
remoteDriveId ?string Provider's unique identifier of the parent drive associated with this folder e3cb75bf-aa84-466e-a6c1-b8322b257a48
createdAt \DateTime The created date of the folder 2023-02-23T00:00:00.000Z
updatedAt \DateTime The last updated date of the folder 2024-02-23T00:00:00.000Z
hasContent bool|Components\FoldersHasContent2|null Whether the folder has content true
hasChildren bool|Components\FoldersHasChildren2|null Whether the folder has children true
isRoot bool|Components\IsRoot2|null Whether the folder is at the root level of the drive true
allParentFolderIds array<string> List of containing parent Folder IDs in descending order [
"0123456789"
]