You are here

10 calls to dropbox::_response_request() in Dropbox Client 7.3

dropbox::account in ./dropbox.php
Retrieve information about the authenticated users account.
dropbox::copy in ./dropbox.php
Copies a file or folder in dropbox to another location within dropbox.
dropbox::create_folder in ./dropbox.php
Create a folder relative to the user's Dropbox root or the user's application sandbox folder.
dropbox::delete in ./dropbox.php
Delete a folder or file relative to the user's Dropbox root or the user's application sandbox folder.
dropbox::media in ./dropbox.php
Retrieve a link directly to a file.
dropbox::metadata in ./dropbox.php
Retrieve metadata information about files or folders in the currently authenticated user's dropbox account. Note: The path should be relative to the root dropbox folder.
dropbox::move in ./dropbox.php
Copies a file or folder in dropbox to another location within dropbox.
dropbox::revisions in ./dropbox.php
Retrieve revision data about files or folders in the currently authenticated user's dropbox account. Note: The path should be relative to the root drop box folder.
dropbox::search in ./dropbox.php
Retrieve metadata for all files and folders that match the search query
dropbox::shares in ./dropbox.php
Retrieve a shareable link to files or folders. The link can be used publicly and directs to a preview page of the file. Also returns the link's expiration date.