Google Storage
GoogleStorage class provides an implementation for interacting with Google Drive as a cloud storage provider.
This class allows for:
Encrypting and decrypting data before writing to or reading from Google Drive.
Writing data to Google Drive.
Reading data from Google Drive.
Deleting data from Google Drive.
Managing authentication with Google Drive.
Handling different backup options, including using the AppData folder or a custom folder.
Supporting both experimental and older Google authentication APIs.
Signing in and out of Google Drive.
Validating that operations have been performed successfully.
Constructors
Link copied to clipboard
constructor(api: Api, encryption: PortalEncryption = PortalEncryption(PortalMobileMpc()), mpc: PortalMobileMpc = PortalMobileMpc())