Optional
requestFactory: FilesApiRequestFactoryOptional
responseProcessor: FilesApiResponseProcessorID of file to GDPR delete
Optional
_options: PromiseConfigurationOptionsDelete a file in accordance with GDPR regulations. GDPR-delete file
ID of file to GDPR delete
Optional
_options: PromiseConfigurationOptionsDelete a file by ID Delete file by ID
FileId to delete
Optional
_options: PromiseConfigurationOptionsDelete a file by ID Delete file by ID
FileId to delete
Optional
_options: PromiseConfigurationOptionsCheck the status of requested import. Check import status
Import by URL task ID
Optional
_options: PromiseConfigurationOptionsCheck the status of requested import. Check import status
Import by URL task ID
Optional
_options: PromiseConfigurationOptionsSearch through files in the file manager. Does not display hidden or archived files. Search files
Optional
properties: string[]A list of file properties to return.
Optional
after: stringOffset search results by this value. The default offset is 0 and the maximum offset of items for a given search is 10,000. Narrow your search down if you are reaching this limit.
Optional
before: stringOptional
limit: numberNumber of items to return. Default limit is 10, maximum limit is 100.
Optional
sort: string[]Sort files by a given field.
Optional
ids: number[]Search by a list of file IDs.
Optional
idLte: numberOptional
idGte: numberOptional
createdAt: DateSearch files by time of creation.
Optional
createdAtLte: DateSearch files by less than or equal to time of creation. Can be used with `createdAtGte` to create a range.
Optional
createdAtGte: DateSearch files by greater than or equal to time of creation. Can be used with `createdAtLte` to create a range.
Optional
updatedAt: DateSearch files by time of latest updated.
Optional
updatedAtLte: DateSearch files by less than or equal to time of latest update. Can be used with `updatedAtGte` to create a range.
Optional
updatedAtGte: DateSearch files by greater than or equal to time of latest update. Can be used with `updatedAtLte` to create a range.
Optional
name: stringSearch for files containing the given name.
Optional
path: stringSearch files by path.
Optional
parentFolderIds: number[]Search files within given `folderId`.
Optional
size: numberSearch files by exact file size in bytes.
Optional
sizeLte: numberSearch files by less than or equal to file size. Can be used with `sizeGte` to create a range.
Optional
sizeGte: numberSearch files by greater than or equal to file size. Can be used with `sizeLte` to create a range.
Optional
height: numberSearch files by height of image or video.
Optional
heightLte: numberSearch files by less than or equal to height of image or video. Can be used with `heightGte` to create a range.
Optional
heightGte: numberSearch files by greater than or equal to height of image or video. Can be used with `heightLte` to create a range.
Optional
width: numberSearch files by width of image or video.
Optional
widthLte: numberSearch files by less than or equal to width of image or video. Can be used with `widthGte` to create a range.
Optional
widthGte: numberSearch files by greater than or equal to width of image or video. Can be used with `widthLte` to create a range.
Optional
encoding: stringSearch files by specified encoding.
Optional
type: stringFilter by provided file type.
Optional
extension: stringSearch files by given extension.
Optional
url: stringSearch by file URL.
Optional
isUsableInContent: booleanIf `true`, shows files that have been marked to be used in new content. If `false`, shows files that should not be used in new content.
Optional
allowsAnonymousAccess: booleanSearch files by access. If `true`, will show only public files. If `false`, will show only private files.
Optional
fileMd5: stringSearch files by a specific md5 hash.
Optional
expiresAt: DateSearch files by exact expires time. Time must be epoch time in milliseconds.
Optional
expiresAtLte: DateSearch files by less than or equal to expires time. Can be used with `expiresAtGte` to create a range.
Optional
expiresAtGte: DateSearch files by greater than or equal to expires time. Can be used with `expiresAtLte` to create a range.
Optional
_options: PromiseConfigurationOptionsSearch through files in the file manager. Does not display hidden or archived files. Search files
Optional
properties: string[]A list of file properties to return.
Optional
after: stringOffset search results by this value. The default offset is 0 and the maximum offset of items for a given search is 10,000. Narrow your search down if you are reaching this limit.
Optional
before: stringOptional
limit: numberNumber of items to return. Default limit is 10, maximum limit is 100.
Optional
sort: string[]Sort files by a given field.
Optional
ids: number[]Search by a list of file IDs.
Optional
idLte: numberOptional
idGte: numberOptional
createdAt: DateSearch files by time of creation.
Optional
createdAtLte: DateSearch files by less than or equal to time of creation. Can be used with `createdAtGte` to create a range.
Optional
createdAtGte: DateSearch files by greater than or equal to time of creation. Can be used with `createdAtLte` to create a range.
Optional
updatedAt: DateSearch files by time of latest updated.
Optional
updatedAtLte: DateSearch files by less than or equal to time of latest update. Can be used with `updatedAtGte` to create a range.
Optional
updatedAtGte: DateSearch files by greater than or equal to time of latest update. Can be used with `updatedAtLte` to create a range.
Optional
name: stringSearch for files containing the given name.
Optional
path: stringSearch files by path.
Optional
parentFolderIds: number[]Search files within given `folderId`.
Optional
size: numberSearch files by exact file size in bytes.
Optional
sizeLte: numberSearch files by less than or equal to file size. Can be used with `sizeGte` to create a range.
Optional
sizeGte: numberSearch files by greater than or equal to file size. Can be used with `sizeLte` to create a range.
Optional
height: numberSearch files by height of image or video.
Optional
heightLte: numberSearch files by less than or equal to height of image or video. Can be used with `heightGte` to create a range.
Optional
heightGte: numberSearch files by greater than or equal to height of image or video. Can be used with `heightLte` to create a range.
Optional
width: numberSearch files by width of image or video.
Optional
widthLte: numberSearch files by less than or equal to width of image or video. Can be used with `widthGte` to create a range.
Optional
widthGte: numberSearch files by greater than or equal to width of image or video. Can be used with `widthLte` to create a range.
Optional
encoding: stringSearch files by specified encoding.
Optional
type: stringFilter by provided file type.
Optional
extension: stringSearch files by given extension.
Optional
url: stringSearch by file URL.
Optional
isUsableInContent: booleanIf `true`, shows files that have been marked to be used in new content. If `false`, shows files that should not be used in new content.
Optional
allowsAnonymousAccess: booleanSearch files by access. If `true`, will show only public files. If `false`, will show only private files.
Optional
fileMd5: stringSearch files by a specific md5 hash.
Optional
expiresAt: DateSearch files by exact expires time. Time must be epoch time in milliseconds.
Optional
expiresAtLte: DateSearch files by less than or equal to expires time. Can be used with `expiresAtGte` to create a range.
Optional
expiresAtGte: DateSearch files by greater than or equal to expires time. Can be used with `expiresAtLte` to create a range.
Optional
_options: PromiseConfigurationOptionsRetrieve a file by its ID. Retrieve file by ID
ID of the desired file.
Optional
properties: string[]null
Optional
_options: PromiseConfigurationOptionsRetrieve a file by its ID. Retrieve file by ID
ID of the desired file.
Optional
properties: string[]null
Optional
_options: PromiseConfigurationOptionsRetrieve a file by its path. Retrieve file by path
The path of the file.
Optional
properties: string[]Properties to return in the response.
Optional
_options: PromiseConfigurationOptionsRetrieve a file by its path. Retrieve file by path
The path of the file.
Optional
properties: string[]Properties to return in the response.
Optional
_options: PromiseConfigurationOptionsGenerates signed URL that allows temporary access to a private file. Get signed URL to access private file
ID of file.
Optional
size: For image files. This will resize the image to the desired size before sharing. Does not affect the original file, just the file served by this signed URL.
Optional
expirationSeconds: numberHow long in seconds the link will provide access to the file.
Optional
upscale: booleanIf size is provided, this will upscale the image to fit the size dimensions.
Optional
_options: PromiseConfigurationOptionsGenerates signed URL that allows temporary access to a private file. Get signed URL to access private file
ID of file.
Optional
size: For image files. This will resize the image to the desired size before sharing. Does not affect the original file, just the file served by this signed URL.
Optional
expirationSeconds: numberHow long in seconds the link will provide access to the file.
Optional
upscale: booleanIf size is provided, this will upscale the image to fit the size dimensions.
Optional
_options: PromiseConfigurationOptionsAsynchronously imports the file at the given URL into the file manager. Import file from URL
Optional
_options: PromiseConfigurationOptionsAsynchronously imports the file at the given URL into the file manager. Import file from URL
Optional
_options: PromiseConfigurationOptionsReplace existing file data with new file data. Can be used to change image content without having to upload a new file and update all references. Replace file
ID of the desired file.
Optional
file: HttpFileFile data that will replace existing file in the file manager.
Optional
charsetHunch: stringCharacter set of given file data.
Optional
options: stringJSON string representing FileReplaceOptions. Includes options to set the access and expiresAt properties, which will automatically update when the file is replaced.
Optional
_options: PromiseConfigurationOptionsReplace existing file data with new file data. Can be used to change image content without having to upload a new file and update all references. Replace file
ID of the desired file.
Optional
file: HttpFileFile data that will replace existing file in the file manager.
Optional
charsetHunch: stringCharacter set of given file data.
Optional
options: stringJSON string representing FileReplaceOptions. Includes options to set the access and expiresAt properties, which will automatically update when the file is replaced.
Optional
_options: PromiseConfigurationOptionsUpdate properties of file by ID. Update file properties
ID of file to update
Optional
_options: PromiseConfigurationOptionsUpdate properties of file by ID. Update file properties
ID of file to update
Optional
_options: PromiseConfigurationOptionsUpload a single file with content specified in request body. Upload file
Optional
file: HttpFileFile to be uploaded.
Optional
folderId: stringEither \'folderId\' or \'folderPath\' is required. folderId is the ID of the folder the file will be uploaded to.
Optional
folderPath: stringEither \'folderPath\' or \'folderId\' is required. This field represents the destination folder path for the uploaded file. If a path doesn\'t exist, the system will try to create one.
Optional
fileName: stringDesired name for the uploaded file.
Optional
charsetHunch: stringCharacter set of the uploaded file.
Optional
options: stringJSON string representing FileUploadOptions.
Optional
_options: PromiseConfigurationOptionsUpload a single file with content specified in request body. Upload file
Optional
file: HttpFileFile to be uploaded.
Optional
folderId: stringEither \'folderId\' or \'folderPath\' is required. folderId is the ID of the folder the file will be uploaded to.
Optional
folderPath: stringEither \'folderPath\' or \'folderId\' is required. This field represents the destination folder path for the uploaded file. If a path doesn\'t exist, the system will try to create one.
Optional
fileName: stringDesired name for the uploaded file.
Optional
charsetHunch: stringCharacter set of the uploaded file.
Optional
options: stringJSON string representing FileUploadOptions.
Optional
_options: PromiseConfigurationOptions
Delete a file in accordance with GDPR regulations. GDPR-delete file