GoogleDriveApi

class GoogleDriveApi(    serviceAccount: JsonNode,     scope: CoroutineScope = defaultCoroutineScope,     httpClient: HttpClient = defaultHttpClient,     baseUrl: String = defaultBaseUrl)

Constructors

Link copied to clipboard
constructor(    serviceAccount: JsonNode,     scope: CoroutineScope = defaultCoroutineScope,     httpClient: HttpClient = defaultHttpClient,     baseUrl: String = defaultBaseUrl)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

This function allows for downloading a file from Google Drive.

Link copied to clipboard

This function allows for listing files on Google Drive with an optional query to filter the files.