Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorage class

Properties     Methods     Events     Declared in     Licensing     


TElDropboxDataStorage is a descendant of TElCustomDataStorage class.

Description

    TElDropboxDataStorage provides the interface to securely access the Dropbox storage.
    The component uses OAuth 1.0 to authorize access to the remote storage. In addition to the security implemented by the authorization protocol, transport layer security is provided via HTTPClient. To perform authorization, first call StartAuthorization, then direct a user to the URL retrieved by GetAuthorizationURL in a browser, and when the user completes authorization, call RequestAccessToken to obtain the OAuth access token.
    Once the access to the Dropbox storage is granted, use the corresponding methods of TElDropboxDataStorage object to manage the remote files, download and upload data to the storage.

Properties

Inherited from TElCustomDataStorage

Methods

Inherited from TElCustomDataStorage

Events

Inherited from TElCustomDataStorage

Declared in

.NET:
  • Namespace: SBDropboxDataStorage
  • Assembly: SecureBlackbox.Cloud
VCL:
  • Unit: SBDropboxDataStorage
Java:
  • Package: SecureBlackbox.Cloud.jar
C++:
  • sbdropboxdatastorage.h

Licensing

To use this class in the development and distribution of your software projects, you need to purchase one of the following licenses:

SecureBlackbox Professional, SecureBlackbox Standard

Discuss this help topic in SecureBlackbox Forum