GDrive Client
open class GDriveClient(backupOption: GDriveBackupOption, val auth: GDriveAuth, httpRequester: HttpRequester = HttpRequester(GOOGLE_APIS_BASE_URL))
A client for interacting with Google Drive, providing functionalities to read, write, delete, and manage files.
This class handles authentication, file operations, and folder management within Google Drive. It supports various backup options, including using the app data folder or custom folders.
Constructors
Link copied to clipboard
constructor(backupOption: GDriveBackupOption, auth: GDriveAuth, httpRequester: HttpRequester = HttpRequester(GOOGLE_APIS_BASE_URL))