Package | Description |
---|---|
com.dropbox.core |
Class and Description |
---|
DbxAccountInfo |
DbxAccountInfo.Quota |
DbxAppInfo
Identifying information about your application.
|
DbxAuthFinish
When you successfully complete the authorization process, the Dropbox server returns
this information to you.
|
DbxAuthInfo
Used by the example code to remember auth information.
|
DbxClient.Downloader
A pairing of a metadata and main content of a download.
|
DbxClient.Uploader
For uploading file content to Dropbox.
|
DbxDelta
Represents a single "page" of results from a delta-style API call.
|
DbxDelta.Entry
A single "delta entry" in a
DbxDelta page. |
DbxDeltaC
Represents a single "page" of results from a delta-style API call.
|
DbxDeltaC.Entry
A single "delta entry" in a
DbxDeltaC page. |
DbxEntry
Holds the metadata for a Dropbox file system entry.
|
DbxEntry.File
The subclass of
DbxEntry used to represent file metadata (as opposed
to folder metadata). |
DbxEntry.Folder
The subclass of
DbxEntry used to represent folder metadata. |
DbxEntry.WithChildren
Holds the metadata for a file or folder; if it's a folder, we also store the folder's
hash and the metadata of its immediate children.
|
DbxEntry.WithChildrenC
The more general case of
DbxEntry.WithChildren . |
DbxException
The base exception thrown by Dropbox API calls.
|
DbxException.BadResponse
Thrown when we the response from the Dropbox server isn't something we expect.
|
DbxException.NetworkIO
This is what gets thrown when there's an IOException when reading or writing
to the network (when communicating with the Dropbox API servers).
|
DbxException.ProtocolError
Something unexpected happened with either the request or the response.
|
DbxHost
This is for mocking things out during testing.
|
DbxOAuth1AccessToken
Use with
DbxOAuth1Upgrader to convert old OAuth 1 access tokens
to OAuth 2 access tokens. |
DbxRequestConfig
A grouping of a few configuration parameters for how we should make requests to the
Dropbox servers.
|
DbxRequestUtil.RequestMaker |
DbxRequestUtil.ResponseHandler |
DbxSessionStore
An interface that lets you save, retrieve, and clear a single value in the user's web
session.
|
DbxStreamWriter
A callback for streaming data to an
OutputStream , usually
in the context of an API request being made by DbxClient . |
DbxThumbnailFormat
Thumbnail image format presets, to be used with
DbxClient.getThumbnail(com.dropbox.core.DbxThumbnailSize, com.dropbox.core.DbxThumbnailFormat, java.lang.String, java.lang.String, java.io.OutputStream) . |
DbxThumbnailSize
Thumbnail size presets, to be used with
DbxClient.getThumbnail(com.dropbox.core.DbxThumbnailSize, com.dropbox.core.DbxThumbnailFormat, java.lang.String, java.lang.String, java.io.OutputStream) . |
DbxUrlWithExpiration |
DbxWebAuth.BadRequestException
Thrown when the parameters passed to your redirect URI are not well-formed.
|
DbxWebAuth.BadStateException
Thrown if all the parameters to your redirect URI are well-formed, but there's no CSRF token
in the session.
|
DbxWebAuth.CsrfException
Thrown if the given 'state' parameter doesn't contain the expected CSRF token.
|
DbxWebAuth.Exception
The base class for authorization redirect errors.
|
DbxWebAuth.NotApprovedException
Thrown when Dropbox tells us that the user chose not to grant your app access to their
Dropbox account (i.e.
|
DbxWebAuth.ProviderException
Thrown when Dropbox tells us that some other error occurred in the authorization process.
|
DbxWriteMode
Describes how a file should be saved when it is written to Dropbox.
|
NoThrowOutputStream
Wraps an existing output stream, converting all the underlying stream's
IOException s
to our own NoThrowOutputStream.HiddenException , which is a subclass of RuntimeException . |
Copyright © 2014. All rights reserved.