| 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 |
double | ➖ | The size of this file | 1024 |
Url |
string | ➖ | The url of the file | https://drive.google.com/file/d/nd8932h9d/view |
FileFormat |
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 |
List<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 |
FilesHasContentUnion | ➖ | Whether the file has content | true |
HasChildren |
FilesHasChildrenUnion | ➖ | Whether the file has children | true |
AllParentFolderIds |
List<string> | ➖ | List of containing parent Folder IDs in descending order | [ "0123456789" ] |