Dropbox
dropboxDropbox is a cloud storage service offering file syncing, sharing, and collaboration across devices with version control and robust integrations
Acciones disponibles (11)
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.
Create file requestDROPBOX_CREATE_FILE_REQUESTAcciónTool to create a new file request in dropbox. use when you need to request files from others by generating a unique link for uploads to a specified dropbox folder, optionally with a deadline.
DROPBOX_CREATE_FILE_REQUESTAcciónTool to create a new file request in dropbox. use when you need to request files from others by generating a unique link for uploads to a specified dropbox folder, optionally with a deadline.
Parámetros de entrada
openbooleanWhether the file request should be open by default. If true, the file request will start accepting files immediately.
titlestringObligatorioThe title of the new file request. Must be 1 character or more.
deadlineobjectRepresents the deadline parameters for a file request.
destinationstringObligatorioThe path in the user's Dropbox where uploaded files will be saved. Must be a path starting with '/'. Example: '/Homework/math'
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
Create folderDROPBOX_CREATE_FOLDERAcciónTool to create a new folder at a specified path in dropbox. use when you need to organize files by creating a new directory. requires the 'files.content.write' scope.
DROPBOX_CREATE_FOLDERAcciónTool to create a new folder at a specified path in dropbox. use when you need to organize files by creating a new directory. requires the 'files.content.write' scope.
Parámetros de entrada
pathstringObligatorioPath in the user's Dropbox to create the new folder.
autorenamebooleanIf there's a conflict, have Dropbox automatically rename the folder. The default for this field is False.
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
Create paper documentDROPBOX_CREATE_PAPERAcciónCreates a new dropbox paper document at the specified path using html or markdown content.
DROPBOX_CREATE_PAPERAcciónCreates a new dropbox paper document at the specified path using html or markdown content.
Parámetros de entrada
pathstringObligatorioPath in Dropbox where the Paper document will be created. Do NOT include any file extension - Paper docs don't use extensions.
contentstringObligatorioContent of the paper document
import_formatstringFormat of the provided content
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 file or folderDROPBOX_DELETE_FILE_OR_FOLDERAcciónPermanently deletes the file or folder at the specified path in dropbox. use when you need to remove a specific file or folder. requires the `files.content.write` scope.
DROPBOX_DELETE_FILE_OR_FOLDERAcciónPermanently deletes the file or folder at the specified path in dropbox. use when you need to remove a specific file or folder. requires the `files.content.write` scope.
Parámetros de entrada
pathstringObligatorioThe path to the file or folder 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 about meDROPBOX_GET_ABOUT_MEAcciónTool to get information about the current user's dropbox account. use when you need to retrieve account details like email, name, or account type.
DROPBOX_GET_ABOUT_MEAcciónTool to get information about the current user's dropbox account. use when you need to retrieve account details like email, name, or account type.
Parámetros de entrada
Sin parámetros.
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 files in folderDROPBOX_LIST_FILES_IN_FOLDERAcciónTool to list files and folders in a specified dropbox directory. use when you need to see the contents of a folder, including subfolders if recursive is true.
DROPBOX_LIST_FILES_IN_FOLDERAcciónTool to list files and folders in a specified dropbox directory. use when you need to see the contents of a folder, including subfolders if recursive is true.
Parámetros de entrada
pathstringThe folder path (e.g., "/europe/invoices", "" for root) or folder ID (e.g., "id:aBcDeFgH123") to list contents from.
limitintegerThe maximum number of results to return per request. Default is 2000. Max is 2000.
recursivebooleanIf true, recursively lists contents of nested subfolders; otherwise, lists only immediate contents.
include_deletedbooleanIf true, includes deleted (but potentially recoverable) files and folders in the listing.
include_media_infobooleanIf true, includes media metadata (e.g., dimensions, location) for photo and video files.
include_non_downloadable_filesbooleanIf true, includes non-downloadable files (e.g., Google Docs, Dropbox Paper) in the listing.
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 folder contentsDROPBOX_LIST_FOLDERSAcciónRetrieves a list of folders, files, and deleted entries from a specified dropbox path.
DROPBOX_LIST_FOLDERSAcciónRetrieves a list of folders, files, and deleted entries from a specified dropbox path.
Parámetros de entrada
pathstringPath to the folder (e.g., "" for root, "/folder/subfolder", or "id:abc123xyz"). If a path string, it must start with / and not end with / or whitespace.
limitintegerMaximum number of folder entries to return per request; an approximate upper bound.
recursivebooleanWhether to include folders in nested subfolders (True) or only immediate subfolders (False)
include_deletedbooleanWhether to include folders that have been deleted but may be recoverable
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
Move file or folderDROPBOX_MOVE_FILE_OR_FOLDERAcciónMove file or folder
DROPBOX_MOVE_FILE_OR_FOLDERAcciónMove file or folder
Parámetros de entrada
to_pathstringObligatorioPath in the user's Dropbox that is the destination. This path is case-sensitive.
from_pathstringObligatorioPath in the user's Dropbox to be moved. This path is case-sensitive.
autorenamebooleanIf there's a conflict (e.g., a file with the same name already exists at the destination), have the Dropbox server try to auto-rename the file to avoid the conflict. The default is false.
allow_shared_folderbooleanIf true, allows moving shared folders. The default is false.
allow_ownership_transferbooleanAllow moves by owner even if it would result in an ownership transfer for the content being moved. This does not apply to copies. The default is false.
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
Read a fileDROPBOX_READ_FILEAcciónDownloads a file from the specified dropbox path, requiring `files.content.read` scope.
DROPBOX_READ_FILEAcciónDownloads a file from the specified dropbox path, requiring `files.content.read` scope.
Parámetros de entrada
pathstringObligatorioThe path to search in
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
Search File or FolderDROPBOX_SEARCH_FILE_OR_FOLDERAcciónTool to search for files and folders in dropbox. use when you need to find an item by name or content, optionally within a specific path or with other filters, and paginate through results. example: search for 'report.docx' in the '/finance' folder.
DROPBOX_SEARCH_FILE_OR_FOLDERAcciónTool to search for files and folders in dropbox. use when you need to find an item by name or content, optionally within a specific path or with other filters, and paginate through results. example: search for 'report.docx' in the '/finance' folder.
Parámetros de entrada
querystringObligatorioThe search string. Must be 1 or more characters. Queries are case-insensitive.
optionsobjectAdditional options for the search. If not provided, default search options will be used.
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
Upload FileDROPBOX_UPLOAD_FILEAcciónUploads a file to a specified path in the user's dropbox, with options for handling existing files.
DROPBOX_UPLOAD_FILEAcciónUploads a file to a specified path in the user's dropbox, with options for handling existing files.
Parámetros de entrada
modestringSpecifies how to handle the upload if a file already exists at the specified path.
mutebooleanIf true, the user will not be notified of the new file via desktop or mobile notifications.
pathstringObligatorioPath in the user's Dropbox to save the file.
contentobjectObligatorioFile to be uploaded; supports various formats including images, PDFs, and text files.
autorenamebooleanIf true and a file already exists at the path, the new file will be renamed to avoid conflict.
strict_conflictbooleanIf true, the upload will be rejected if the file already exists, regardless of the autorename setting.
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