This app runs inside the BotSurf browser. Don't have it yet? Get the app or extension now!

Dropbox Bulk File Mover Between Folders

Productivity · All
0 installs · Verified BotGentz app
Launch App
Opens in BotSurf — try it free, no account needed.
CategoryProductivity
PlatformAll
Pricing Free
Installs0
Download BotSurf to use — free
No account needed for free apps. Once BotSurf is open, find this app in Apps from the + menu.

About this app

WHAT IT DOES

Dropbox Bulk File Mover Between Folders solves a common file management challenge: moving multiple files between folders in Dropbox is tedious when done one at a time. While Dropbox allows selecting multiple files and moving them via the web interface, the process requires navigating through menus for each file individually when moving to different folders, or it limits you to the context menu. This tool reads your current Dropbox folder view, detects all visible files and folders, and displays them in a scrollable checklist with filenames, types, sizes, and modification dates. You select the files you want to move, choose a destination folder from a dropdown that detects all your folders, and click "Move Files." The tool then processes each selected file sequentially through Dropbox's API, performing the move operation. A preview shows your selection before moving, and progress tracking shows each file as it's moved.

WHERE IT RUNS

This extension panel runs directly inside your browser as an overlay on any Dropbox folder view. It works on your main Dropbox dashboard, subfolders, and search results pages. The tool detects files from the page's DOM and uses Dropbox's official API for move operations. It requires no additional API keys beyond your existing authenticated session.

HOW TO USE

After installing the BotGentz extension and activating Dropbox Bulk File Mover Between Folders, navigate to any Dropbox folder view. Click the extension icon in your browser toolbar to open the panel. The tool automatically detects all files and folders displayed in the current view. Each item appears with a file icon, name, and file size alongside a checkbox. Use the "Select All" toggle or individually check items. Next, select a destination folder from the dropdown — the tool detects all folders available in your Dropbox navigation. The preview section shows how many files are selected and the destination folder. Finally, click "Move Files." A confirmation dialog appears before the move begins. The tool processes each file with a 500ms delay, showing progress as each file is moved. A notification appears when all files have been moved successfully or if any errors occurred.

TECHNICAL OPERATION — API-Based File Moving with Token Extraction

This tool combines DOM-based file detection with API-based file operations for reliability. It first scans the page for file elements using selectors like `[data-file-id]`, `.file-item`, and `.file-row`, extracting filenames, file types, sizes, and modification dates. For the move operation, the tool constructs a POST request to Dropbox's `/2/files/move_v2` endpoint. The payload includes `from_path` (the current path of the file) and `to_path` (the destination folder path). Authentication is handled by extracting the user's access token from the page's Apollo state, meta tags, or cookies. The API approach is more reliable than DOM-based simulation because it works independently of Dropbox's UI structure, supports error handling with clear status codes, and can handle large numbers of files efficiently. The tool also supports moving entire folders (not just files) by detecting folder icons and including them in the move operation. A 500ms delay between moves prevents rate limiting and API congestion.

THE PANEL

The extension panel is fully draggable and remembers its position per site session. It snaps to the nearest edge of the browser viewport when dragged within 50 pixels of any side. You can collapse the panel to a compact title bar using the minimize button, preserving your selection state. The panel resizes vertically by dragging the bottom edge. Press the Escape key to close the panel instantly without losing your file selection. The preview updates in real-time as you select or deselect files.

PLEASE NOTE

This tool requires the free BotGentz browser extension to function. The script uses Dropbox's API and requires your session to be authenticated. It does not store, transmit, or log any file data, folder information, or user activity. All API requests are made locally from your browser session. Dropbox's API has rate limits; the tool uses a 500ms delay between moves to avoid rate limiting. Dropbox may update its DOM structure over time, which could affect file detection; we monitor and release compatibility updates as needed. Always review the confirmation dialog before applying moves, as file movements are permanent in the file system (though Dropbox does support undo within a limited time window). Files are moved, not copied — they will no longer exist in the original location.

Similar Apps

Log in to BotGentz

Suggest an App

Tell us what you'd find useful — if we build it, we'll email you the moment it's ready.