NAiOS IconNAiOS Logo
Volver al catálogo

Files.com

files_com

Files.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
7
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool to delete an API key. Use when you need to revoke an API key after confirming its identifier.

Parámetros de entrada

  • api_key_idintegerObligatorio

    The unique identifier of the API key to delete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete PermissionFILES_COM_DELETE_PERMISSIONAcción

Tool 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_idintegerObligatorio

    The unique identifier of the permission to delete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete ShareFILES_COM_DELETE_SHAREAcción

Tool 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_idintegerObligatorio

    ID of the share link to delete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get S3 Key for UploadFILES_COM_GET_S3_KEY_FOR_UPLOADAcción

Tool 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

  • fileobject

    File object to upload for temporary hosting on Files.com

  • file_pathstring

    Absolute local path to the file to upload (fallback).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List FoldersFILES_COM_LIST_FOLDERSAcción

Tool to list folders. Use when you need to retrieve folders under a parent with pagination.

Parámetros de entrada

  • pageinteger

    Page number for pagination (1-indexed).

  • searchstring

    Partial name filter for folders.

  • sort_bystringenum

    Field to sort by.

    idnamecreated_atupdated_at
  • per_pageinteger

    Number of folders per page.

  • parent_idinteger

    ID of the parent folder to list folders for. Defaults to root.

  • sort_directionstringenum

    Direction to sort: ascending or descending.

    ascdesc

Parámetros de salida

  • dataobject[]Obligatorio

    List of folders.

  • errorstring

    Error if any occurred during the execution of the action

  • paginationobjectObligatorio

    Pagination information.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List GroupsFILES_COM_LIST_GROUPSAcción

Tool to list groups. Use when you need to retrieve a paginated list of all groups before performing group-related operations.

Parámetros de entrada

  • pageinteger

    Page number to retrieve (1-indexed).

  • per_pageinteger

    Number of groups to return per page (max 1000).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List PermissionsFILES_COM_LIST_PERMISSIONSAcción

Tool 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

  • pageinteger

    Page number for pagination (1-based).

  • sortstringenum

    Sort order of the permissions list. Prepend '-' for descending.

    created_at-created_atupdated_at-updated_at
  • per_pageinteger

    Number of items per page for pagination.

  • resource_idintegerObligatorio

    Identifier of the resource.

  • resource_typestringObligatorioenum

    Type of the resource to list permissions for.

    filefoldersiteuser

Parámetros de salida

  • dataobject[]Obligatorio

    List of permission records.

  • metaobjectObligatorio

    Pagination metadata for the result set.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not