LindaLawton / Google-Dotnet-Samples

Unoffical Samples for the Google APIs .Net client library.
http://www.daimto.com/google-apis-samples/
Apache License 2.0
246 stars 355 forks source link

Issues with first generated sample upload #17

Open LindaLawton opened 7 years ago

LindaLawton commented 7 years ago

Licence file

Licence file in the API version directory appears to have been eaten only a portion if it has been uploaded.

Move files Move both licence and readme up one directory. There is no reason to have them as part of each version. This will leave room for a read me with maybe some usage examples. It should also fix the garbled directory structure.

description is to long Some of the description fields are to long and are causing a display issue on GitHub. Visual studio can handle it but it appears that GitHub doesn't like long descriptions. I am going to have to add some returns.

Sheets API V4 Where is the sheet create method?? It is in discovery, it is in the client library. No sample was created for it. Why?

Service accounts have weird scope

https://github.com/LindaLawton/Google-Dotnet-Samples/blob/Genreated-samples1.0/Gmail%20API/v1/ServiceAccount.cs

spacing issue with the helper class also its probably not needed here

https://github.com/LindaLawton/Google-Dotnet-Samples/blob/Genreated-samples1.0/Drive%20API/v3/AboutSample.cs

LindaLawton commented 7 years ago

Gmail Oauth scopes bug

shows:

 GmailService.Scope.Https://MailGoogleCom/};    

Should be

GmailService.Scope.MailGoogleCom