Discuss this help topic in SecureBlackbox Forum
TElGoogleDataStorage is a descendant of TElCustomDataStorage.
Description
TElGoogleDataStorage provides functionality to read and write data to the google cloud data storage.
Typically, google services are used for storing text documents, spreadsheets or presentations.
Connection to remote storage is established via HTTP protocol. To manage connection properties, use
HTTPClient property.
By default, secure connection is established. If you don't need secure connection, set
UseSSL property to
False.
To authenticate to google services, you need to provide a username and password via
Username and
Password properties,
and call
Authorize method to allow the component access the storage.
Authentication type is specified by
AuthType property.
When connected, use
List method to view storage contents.
If you need to change certain data object, acquire it first using
AcquireObject method.
Make necessary changes, then release acquired object.
Use corresponding methods to create, delete, read or write individual objects or data blocks.
Inherited from TElCustomDataStorage .NET:
To use this class in the development and distribution of your software projects, you need to purchase one of the following licenses:
CloudBlackbox OR SecureBlackbox Transports OR SecureBlackbox Professional