OCNORA

Dropbox

Files & storageBearer tokencredential probe

Create folders in Dropbox (access token).

OCNORA ships 22 typed Dropbox operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.dropboxapi.com/2 through the HTTP node with the same credential.

Operations 22

  • Copy File or Folder
    Copy a file or folder to another path; copying a folder copies everything inside it.
    dropbox.copy_file
  • Create Folder
    Create a folder in Dropbox.
    dropbox.create_folder
  • Create Shared Link
    Create a shared link for a file or folder, with optional audience, password and expiry.
    dropbox.create_shared_link
  • Delete Batch
    Delete many files or folders in one call, which Dropbox may finish immediately or run as a background job.
    dropbox.delete_batch
  • Check Delete Batch
    Check whether a delete batch has finished and read its per-entry results.
    dropbox.delete_batch_check
  • Delete File
    Move a file to the Dropbox trash, optionally only if it is still at the revision you expect.
    dropbox.delete_file
  • Delete Folder
    Move a folder and everything inside it to the Dropbox trash.
    dropbox.delete_folder
  • Download File
    Download a file's content and emit it as the shared base64 file envelope, ready to hand to a storage, mail or upload node.
    dropbox.download_file
  • Get Metadata
    Read one file or folder's metadata — name, size, revision and timestamps — without downloading its content.
    dropbox.get_metadata
  • Get Space Usage
    Read how much of the account's Dropbox storage is in use and how much it is allowed.
    dropbox.get_space_usage
  • List Folder
    List one page of a folder's contents, optionally recursing into subfolders.
    dropbox.list_folder
  • List Folder (Next Page)
    Read the next page of a folder listing using the cursor the previous page returned.
    dropbox.list_folder_continue
  • List Revisions
    List the stored revisions of a file, which is where the 'rev' that dropbox.restore_file needs comes from.
    dropbox.list_revisions
  • List Shared Links
    List the shared links on one path, or page through every link the account owns.
    dropbox.list_shared_links
  • Move Batch
    Move many files or folders in one call, which Dropbox may finish immediately or run as a background job.
    dropbox.move_batch
  • Check Move Batch
    Check whether a move batch has finished and read its per-entry results.
    dropbox.move_batch_check
  • Move File or Folder
    Move or rename a file or folder; moving a folder takes everything inside it along.
    dropbox.move_file
  • Restore File
    Put an earlier revision of a file back at its path, undoing later edits.
    dropbox.restore_file
  • Revoke Shared Link
    Revoke one shared link so the url stops working, leaving the file itself untouched.
    dropbox.revoke_shared_link
  • Search (Next Page)
    Read the next page of search matches using the cursor the previous page returned.
    dropbox.search_continue
  • Search Files
    Search the account for files and folders by name, optionally within one folder and filtered by type.
    dropbox.search_files
  • Upload File
    Upload a file to a path in Dropbox, taking its content from 'body' as text or as a base64 blob from an upstream download node.
    dropbox.upload_file

Run your first Dropbox workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.