Class GoogleDriveFileSystemProvider
A file system provider for Google Drive.
Implements
Inherited Members
Namespace: FubarDev.FtpServer.FileSystem.GoogleDrive
Assembly: FubarDev.FtpServer.FileSystem.GoogleDrive.dll
Syntax
public class GoogleDriveFileSystemProvider : IFileSystemClassFactory
Constructors
| Improve this Doc View SourceGoogleDriveFileSystemProvider(IGoogleDriveServiceProvider, ITemporaryDataFactory, IOptions<GoogleDriveOptions>)
Initializes a new instance of the GoogleDriveFileSystemProvider class.
Declaration
public GoogleDriveFileSystemProvider(IGoogleDriveServiceProvider serviceProvider, ITemporaryDataFactory temporaryDataFactory, IOptions<GoogleDriveOptions> options)
Parameters
Type | Name | Description |
---|---|---|
IGoogleDriveServiceProvider | serviceProvider | The google drive service provider. |
ITemporaryDataFactory | temporaryDataFactory | The factory to create temporary data objects. |
IOptions<GoogleDriveOptions> | options | Options for the Google Drive file system. |
Methods
| Improve this Doc View SourceCreate(IAccountInformation)
Declaration
public Task<IUnixFileSystem> Create(IAccountInformation accountInformation)
Parameters
Type | Name | Description |
---|---|---|
IAccountInformation | accountInformation |
Returns
Type | Description |
---|---|
Task<IUnixFileSystem> |