casper
back to apps
Dropbox

Dropbox

to use dropbox with casper, just text and ask — casper will handle the connection from your thread.


description

Dropbox is a cloud storage service offering file syncing, sharing, and collaboration across devices with version control and robust integrations

what casper can do

  • Create file requestTool to create a new file request in dropbox. use when you need to request files from others by generating a unique link for uploads to a specified dropbox folder, optionally with a deadline.
  • Create folderTool to create a new folder at a specified path in dropbox. use when you need to organize files by creating a new directory. requires the 'files.content.write' scope.
  • Create paper documentCreates a new dropbox paper document at the specified path using html or markdown content.
  • Delete file or folderPermanently deletes the file or folder at the specified path in dropbox. use when you need to remove a specific file or folder. requires the `files.content.write` scope.
  • Get about meTool to get information about the current user's dropbox account. use when you need to retrieve account details like email, name, or account type.
  • List files in folderTool to list files and folders in a specified dropbox directory. use when you need to see the contents of a folder, including subfolders if recursive is true.

often used together