Uploads a new file by providing an url.
The file needs to be a public available url. The file size must not exceed 100MB.
Path parameters
The id of the comment the file is linked to.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
The public url to the file.
The name of the file.
The description of the 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.