| 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 file | Information-Technology |
description |
?string | ➖ | The description of the file | This is the description associated to the file. |
size |
?float | ➖ | The size of this file | 1024 |
url |
?string | ➖ | The url of the file | https://drive.google.com/file/d/nd8932h9d/view |
fileFormat |
?Components\FilesFileFormat | ➖ | The file format of the file | |
path |
?string | ➖ | The path where the file is stored | /path/to/file |
ownerId |
?string | ➖ | The user ID of owner of this file | c28xyrc55866bvuv |
exportFormats |
array<string> | ➖ | List of supported export formats | [ "application/pdf" ] |
defaultDownloadFormat |
?string | ➖ | Default download format | application/pdf |
remoteOwnerId |
?string | ➖ | Provider's unique identifier of the owner of this file | e3cb75bf-aa84-466e-a6c1-b8322b257a48 |
folderId |
?string | ➖ | The parent folder ID associated with this file | c28xyrc55866bvuv |
remoteFolderId |
?string | ➖ | Provider's unique identifier of the parent folder associated with this file | e3cb75bf-aa84-466e-a6c1-b8322b257a48 |
driveId |
?string | ➖ | The parent drive ID associated with this file | c28xyrc55866bvuv |
remoteDriveId |
?string | ➖ | Provider's unique identifier of the parent drive associated with this file | e3cb75bf-aa84-466e-a6c1-b8322b257a48 |
createdAt |
\DateTime | ➖ | The created date of the file | 2023-02-23T00:00:00.000Z |
updatedAt |
\DateTime | ➖ | The last updated date of the file | 2024-02-23T00:00:00.000Z |
hasContent |
bool|Components\HasContent2|null | ➖ | Whether the file has content | true |
hasChildren |
bool|Components\HasChildren2|null | ➖ | Whether the file has children | true |
allParentFolderIds |
array<string> | ➖ | List of containing parent Folder IDs in descending order | [ "0123456789" ] |