Endpoint to batch create external files without uploading.
Endpoint to create file infos with batch operation. Created file infos don’t have a version.
Path parameters
The id of the project.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
The name of the file.
The external provider for the file. Like ‘google’ or ‘onedrive’.
The file url of the external provider.
The description of the file.
The mime type if the external file.
Response
OK
The user-specified name of the file.
The description of the file.
The id of the file info.
The id of the linked entity.
The name of the file.
The name of the linked entity type.
The MIME type of the file.
The date this file was created.
The id of the user who created this file.
The date this file was last modified.
The id of the user who last modified this file.
List of all versions.
Whether the file is related to a comment.
The external provider for the file. Like ‘google’ or ‘onedrive’.
The file url of the external provider.
Whether the file is hidden for connect users.