> ## Documentation Index
> Fetch the complete documentation index at: https://docs.push.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Dropbox

Dropbox is a file hosting service that offers cloud storage, file
synchronization, personal cloud, and client software.

<Accordion title="Move File or Folder">
  Moves a file or folder to a different location in dropbox. requires the files.write scope.
</Accordion>

<Accordion title="Read a File">
  Reads a file in dropbox. requires the files.content.read scope.
</Accordion>

<Accordion title="Search File or Folder">
  Searches for a file or folder in dropbox. requires the files.read scope.
</Accordion>

<Accordion title="Upload File">
  Uploads a file to dropbox (supports various file types through filetype). requires the files.content.write scope.
</Accordion>

<Accordion title="Create Folder">
  Creates a folder in dropbox. requires the files.write scope.
</Accordion>

<Accordion title="Create File Request">
  Creates a new file request in dropbox. requires the file requests.write scope.
</Accordion>

<Accordion title="Create Paper Document">
  Creates a new paper document in dropbox with direct content. requires the files.content.write scope.
</Accordion>

<Accordion title="Delete File or Folder">
  Deletes a file or folder in dropbox. requires the files.write scope.
</Accordion>

<Accordion title="Get About Me">
  Get information about the owner account in dropbox.
</Accordion>
