# Dropbox Botize app — id `dropbox`. Official site: https://dropbox.com. Dropbox is a free service that lets you bring your photos, docs, and videos anywhere and share them easily. Botize automates tasks between this app and 200+ other services. A task is one trigger followed by one or more actions. ## Account Requires connecting a Dropbox account in Botize. The user links it once and Botize stores the credentials; an assistant never handles them. - Connect: https://botize.com/en/app/dropbox/authenticate ## Triggers (1) The event that starts the task. Exactly one per task. - `new_file` — Get the next new file in a folder https://botize.com/en/method/dropbox/new_file.md ## Actions (10) What happens next. A task can chain several. - `get_list_of_files` — Get a list of files https://botize.com/en/method/dropbox/get_list_of_files.md - `get_temporary_link` — Get temporary link https://botize.com/en/method/dropbox/get_temporary_link.md - `get_download_link` — Get download link https://botize.com/en/method/dropbox/get_download_link.md - `dropbox_delete` — Delete a file https://botize.com/en/method/dropbox/dropbox_delete.md - `dropbox_convert` — Save file to Dropbox https://botize.com/en/method/dropbox/dropbox_convert.md - `save_string` — Save text string to Dropbox https://botize.com/en/method/dropbox/save_string.md - `file_by_name` — Get a file by name https://botize.com/en/method/dropbox/file_by_name.md - `get_first_in_a_folder` — Get the first file in a folder https://botize.com/en/method/dropbox/get_first_in_a_folder.md - `files` — Get a random file from a folder https://botize.com/en/method/dropbox/files.md - `move` — Move a file or folder to a different location https://botize.com/en/method/dropbox/move.md ## How to build this An AI assistant (Claude, ChatGPT, Cursor…) can create and edit these tasks in the user's account through the Botize MCP connector, included in every plan: https://webhook.botize.es/mcp - Connection guide: https://botize.com/en/mcp - Agent map: https://botize.com/llms.txt - New account: https://botize.com/en/join (500 free operations, no card) --- Machine-readable summary for AI assistants. Human version: https://botize.com/en/app/dropbox