Files.com
files_comFiles.com is a secure cloud storage and file transfer platform that enables businesses to store, share, and manage files across various cloud services and on-premises systems.
Acciones disponibles (7)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Delete API KeyFILES_COM_DELETE_API_KEYAcciónTool to delete an API key. Use when you need to revoke an API key after confirming its identifier.
FILES_COM_DELETE_API_KEYAcciónTool to delete an API key. Use when you need to revoke an API key after confirming its identifier.
Parámetros de entrada
api_key_idintegerObligatorioThe unique identifier of the API key to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete PermissionFILES_COM_DELETE_PERMISSIONAcciónTool to delete a specified permission. Use when you need to remove a permission by its ID after verifying the identifier.
FILES_COM_DELETE_PERMISSIONAcciónTool to delete a specified permission. Use when you need to remove a permission by its ID after verifying the identifier.
Parámetros de entrada
permission_idintegerObligatorioThe unique identifier of the permission to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete ShareFILES_COM_DELETE_SHAREAcciónTool to delete a specified share link. Use when you need to revoke access to a shared item after confirming its share ID.
FILES_COM_DELETE_SHAREAcciónTool to delete a specified share link. Use when you need to revoke access to a shared item after confirming its share ID.
Parámetros de entrada
share_idintegerObligatorioID of the share link to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get S3 Key for UploadFILES_COM_GET_S3_KEY_FOR_UPLOADAcciónTool to generate a temporary key for file uploads by uploading the file to Files.com. Useful when you need to host a local file temporarily before importing or sharing.
FILES_COM_GET_S3_KEY_FOR_UPLOADAcciónTool to generate a temporary key for file uploads by uploading the file to Files.com. Useful when you need to host a local file temporarily before importing or sharing.
Parámetros de entrada
fileobjectFile object to upload for temporary hosting on Files.com
file_pathstringAbsolute local path to the file to upload (fallback).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List FoldersFILES_COM_LIST_FOLDERSAcciónTool to list folders. Use when you need to retrieve folders under a parent with pagination.
FILES_COM_LIST_FOLDERSAcciónTool to list folders. Use when you need to retrieve folders under a parent with pagination.
Parámetros de entrada
pageintegerPage number for pagination (1-indexed).
searchstringPartial name filter for folders.
sort_bystringenumField to sort by.
idnamecreated_atupdated_atper_pageintegerNumber of folders per page.
parent_idintegerID of the parent folder to list folders for. Defaults to root.
sort_directionstringenumDirection to sort: ascending or descending.
ascdesc
Parámetros de salida
dataobject[]ObligatorioList of folders.
errorstringError if any occurred during the execution of the action
paginationobjectObligatorioPagination information.
successfulbooleanObligatorioWhether or not the action execution was successful or not
List GroupsFILES_COM_LIST_GROUPSAcciónTool to list groups. Use when you need to retrieve a paginated list of all groups before performing group-related operations.
FILES_COM_LIST_GROUPSAcciónTool to list groups. Use when you need to retrieve a paginated list of all groups before performing group-related operations.
Parámetros de entrada
pageintegerPage number to retrieve (1-indexed).
per_pageintegerNumber of groups to return per page (max 1000).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List PermissionsFILES_COM_LIST_PERMISSIONSAcciónTool to retrieve permissions for a specified resource. Use when you need to inspect who has access and what level for a given file or folder.
FILES_COM_LIST_PERMISSIONSAcciónTool to retrieve permissions for a specified resource. Use when you need to inspect who has access and what level for a given file or folder.
Parámetros de entrada
pageintegerPage number for pagination (1-based).
sortstringenumSort order of the permissions list. Prepend '-' for descending.
created_at-created_atupdated_at-updated_atper_pageintegerNumber of items per page for pagination.
resource_idintegerObligatorioIdentifier of the resource.
resource_typestringObligatorioenumType of the resource to list permissions for.
filefoldersiteuser
Parámetros de salida
dataobject[]ObligatorioList of permission records.
metaobjectObligatorioPagination metadata for the result set.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not