C# Класс KeeAnywhere.StorageProviders.GoogleDrive.GoogleDriveHelper

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetClient ( AccountConfiguration account ) : Task
GetClient ( Google.Apis.Auth.OAuth2.Responses.TokenResponse token ) : Task
GetFileByPath ( this api, string path ) : Task

Приватные методы

Метод Описание
GoogleDriveHelper ( ) : System.Linq

Описание методов

GetClient() публичный статический Метод

public static GetClient ( AccountConfiguration account ) : Task
account KeeAnywhere.Configuration.AccountConfiguration
Результат Task

GetClient() публичный статический Метод

public static GetClient ( Google.Apis.Auth.OAuth2.Responses.TokenResponse token ) : Task
token Google.Apis.Auth.OAuth2.Responses.TokenResponse
Результат Task

GetFileByPath() публичный статический Метод

public static GetFileByPath ( this api, string path ) : Task
api this
path string
Результат Task