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