Skip to main content

Dropbox connector

Back to the connector overview, authentication methods, and actions.
11 Sept 2026
bug-fixFixed file download actions (download_file, download_folder_as_zip, export_file, get_preview, get_thumbnail) that returned an empty result on success - they now return the file content as a base64-encoded string.
dropbox_download_file, dropbox_download_folder_as_zip, dropbox_export_file, dropbox_get_preview, dropbox_get_thumbnail
8 Sept 2026
auth breaking-changesMigrated from requiredScopes to authRequirements for per-auth-type scope control.
dropbox_add_file_member, dropbox_add_folder_member, dropbox_add_property_template_for_user, dropbox_add_tag, dropbox_check_job_status, dropbox_check_remove_member_job_status, dropbox_check_share_job_status, dropbox_check_user, dropbox_copy_batch, dropbox_copy_batch_check, dropbox_copy_path, dropbox_copy_reference_get, dropbox_copy_reference_save, dropbox_create_folder, dropbox_create_shared_link, dropbox_delete_batch, dropbox_delete_batch_check, dropbox_delete_path, dropbox_download_file, dropbox_download_folder_as_zip, dropbox_export_file, dropbox_file_request_count, dropbox_file_request_create, dropbox_file_request_delete, dropbox_file_request_delete_all_closed, dropbox_file_request_get, dropbox_file_request_list, dropbox_file_request_list_continue, dropbox_file_request_update, dropbox_get_file_lock_batch, dropbox_get_file_metadata_batch, dropbox_get_file_metadata_shared, dropbox_get_folder_metadata, dropbox_get_latest_cursor, dropbox_get_metadata, dropbox_get_preview, dropbox_get_property_template_for_user, dropbox_get_shared_link_file, dropbox_get_shared_link_metadata, dropbox_get_tags, dropbox_get_temporary_link, dropbox_get_temporary_upload_link, dropbox_get_thumbnail, dropbox_list_file_members, dropbox_list_file_members_batch, dropbox_list_file_members_continue, dropbox_list_folder, dropbox_list_folder_continue, dropbox_list_folder_members, dropbox_list_folder_members_continue, dropbox_list_revisions, dropbox_list_shared_folders, dropbox_list_shared_folders_continue, dropbox_list_shared_links, dropbox_list_shared_mountable_folders, dropbox_list_shared_mountable_folders_continue, dropbox_list_shared_received_files, dropbox_list_shared_received_files_continue, dropbox_lock_file_batch, dropbox_modify_shared_link_settings, dropbox_mount_folder, dropbox_move_batch, dropbox_move_batch_check, dropbox_move_path, dropbox_remove_file_member, dropbox_remove_folder_member, dropbox_remove_property_template_for_user, dropbox_remove_tag, dropbox_restore_file, dropbox_revoke_shared_link, dropbox_save_url, dropbox_search_continue, dropbox_search_files_and_folders, dropbox_set_profile_photo, dropbox_share_folder, dropbox_unified_get_group, dropbox_unified_get_organization, dropbox_unified_get_role, dropbox_unified_get_user, dropbox_unified_list_groups, dropbox_unified_list_organizations, dropbox_unified_list_roles, dropbox_unified_list_users, dropbox_unlock_file_batch, dropbox_unmount_folder, dropbox_unshare_file, dropbox_unshare_folder, dropbox_update_file_member, dropbox_update_folder_member, dropbox_update_folder_policy
31 Aug 2026
bug-fixFixed group, role, and user lookups returning empty or broken results instead of proper not-found errors. Also fixed pagination and role scope issues.