C# 클래스 KeeAnywhere.StorageProviders.GoogleDrive.GoogleDriveHelper

파일 보기 프로젝트 열기: Kyrodan/KeeAnywhere 1 사용 예제들

공개 메소드들

메소드 설명
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