DROPBOX_CREATE_FILE_REQUEST | Creates a new file request that generates a unique upload link so others can submit files directly to a specified Dropbox folder. |
DROPBOX_CREATE_FOLDER | Creates a new folder at a specified path in Dropbox to organize files and directories. |
DROPBOX_CREATE_PAPER | Creates a new Dropbox Paper document at a specified path using HTML or Markdown content. |
DROPBOX_DELETE_FILE_OR_FOLDER | Permanently deletes the file or folder at the specified Dropbox path. |
DROPBOX_GET_ABOUT_ME | Retrieves account details for the current Dropbox user, including email, name, and account type. |
DROPBOX_LIST_FILES_IN_FOLDER | Lists files and folders within a specified Dropbox directory, with optional recursive listing of subfolders. |
DROPBOX_LIST_FOLDERS | Retrieves a list of folders, files, and deleted entries from a specified Dropbox path. |
DROPBOX_MOVE_FILE_OR_FOLDER | Moves a file or folder from one path to another within the user’s Dropbox. |
DROPBOX_READ_FILE | Downloads and reads the contents of a file from a specified Dropbox path. |
DROPBOX_SEARCH_FILE_OR_FOLDER | Searches for files and folders in Dropbox by name or content, with optional filters for path, file type, and extension. |
DROPBOX_UPLOAD_FILE | Uploads a file to a specified path in the user’s Dropbox, with configurable conflict handling options. |