Info
| Version: | 1.0.0 | 
| Author(s): | Posled Nikita | 
| Last Update: | Sunday, October 21, 2018 | 
| .NET Fiddle: | Create the first Fiddle | 
| NuGet Url: | https://www.nuget.org/packages/PGoogleDrive | 
Install
Install-Package PGoogleDrive
                        dotnet add package PGoogleDrive
                        paket add PGoogleDrive
                        
                                PGoogleDrive Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Google.Apis.Drive.v3(>= 1.36.1.1372)
Tags
 
                
Represents a lot of Google Drive api code as simple methods like Create, Get, Update, Delete and etc.
Contains methods to work with files, permissions, comments, replies.
Implement own configuration section with IntellIsense support into config file for easy authorization using OAuth2.0 or Api keys.
XML comments for almost all methods that will help you to use library.
All methods returns a object with information about request (was request successful, errors that occurred, response for the request).
Supported Platforms:
- .NET Framework 4.5+.