Module: Dropbox

Defined in:
lib/dropbox.rb,
lib/dropbox/client.rb,
lib/dropbox/errors.rb,
lib/dropbox/account.rb,
lib/dropbox/metadata.rb,
lib/dropbox/upload_session_cursor.rb

Overview

A small library for accessing the new Dropbox API. All of the Dropbox API endpoints are implemented as methods on Client.

Defined Under Namespace

Classes: Account, ApiError, BasicAccount, Client, ClientError, DeletedMetadata, FileMetadata, FolderMetadata, FullAccount, Metadata, SpaceUsage, UploadSessionCursor

Constant Summary collapse

API =

The main API endpoint used for most calls.

'https://api.dropboxapi.com/2'.freeze
CONTENT_API =

The content API endpoint used for upload/download calls.

'https://content.dropboxapi.com/2'.freeze