eydjey / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

Make the samples Simpler to run - Replace ClientCredentials with a prompting ClientCredentials #160

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Having to copy and paste you credentials into the ClientCredentials class for 
every sample you wish to run is not the best.

Original issue reported on code.google.com by davidwat...@google.com on 7 Oct 2011 at 7:31

GoogleCodeExporter commented 9 years ago

Original comment by davidwat...@google.com on 7 Oct 2011 at 7:55

GoogleCodeExporter commented 9 years ago
There is a enterClientCredentials.cmd in the root of the sample solution, which 
will enter the Credentials into every ClientCredentials.cs file it will find. 
This will save you a lot of typing.

On the other hand it might also be possible to just store these credentials in 
the registry, but that would be awful from a data security perspective.

Original comment by mlinder...@gmail.com on 7 Oct 2011 at 8:15

GoogleCodeExporter commented 9 years ago
I am working on a tool which will deal with this problem more clearly and store 
the client credentials in machine protected local storage.

Original comment by asky...@google.com on 7 Oct 2011 at 2:37

GoogleCodeExporter commented 9 years ago

Original comment by asky...@google.com on 27 Oct 2011 at 5:42

GoogleCodeExporter commented 9 years ago
In place for commandline samples I have opened issue 168 for 
WPF/Winforms/ASP.NET samples.

Original comment by davidwat...@google.com on 1 Nov 2011 at 6:19