Show / Hide Table of Contents

    Class GoogleDriveServiceProvider

    The default implementation of the IGoogleDriveServiceProvider interface.

    Inheritance
    Object
    GoogleDriveServiceProvider
    Implements
    IGoogleDriveServiceProvider
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer.FileSystem.GoogleDrive
    Assembly: FubarDev.FtpServer.FileSystem.GoogleDrive.dll
    Syntax
    public class GoogleDriveServiceProvider : IGoogleDriveServiceProvider

    Constructors

    | Improve this Doc View Source

    GoogleDriveServiceProvider(DriveService)

    Initializes a new instance of the GoogleDriveServiceProvider class.

    Declaration
    public GoogleDriveServiceProvider(DriveService driveService)
    Parameters
    Type Name Description
    Google.Apis.Drive.v3.DriveService driveService

    The Google Drive service.

    Methods

    | Improve this Doc View Source

    GetUserRootAsync(IAccountInformation, CancellationToken)

    Declaration
    public Task<(DriveService service, File rootEntry)> GetUserRootAsync(IAccountInformation accountInformation, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    IAccountInformation accountInformation
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<ValueTuple<Google.Apis.Drive.v3.DriveService, Google.Apis.Drive.v3.Data.File>>

    Implements

    IGoogleDriveServiceProvider
    • Improve this Doc
    • View Source
    Back to top
    Copyright © 2018 Fubar Development Junker
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.