Comments for Help I'm trapped in a code factory! http://gusclass.com/blog Short programming tutorials and random geek stuff. Thu, 26 Sep 2019 14:28:04 +0000 hourly 1 https://wordpress.org/?v=6.0.11 Comment on How to: OAuth 2.0 Flows using the Google+ .NET API Client Libraries 1.7+ in C# by AA Iraq http://gusclass.com/blog/2014/04/16/how-to-oauth-2-0-flows-using-the-google-net-api-client-libraries-1-7-in-c/#comment-331942 Thu, 26 Sep 2019 14:28:04 +0000 http://gusclass.com/blog/?p=1531#comment-331942 replace this line:

static string[] Scopes = { SheetsService.Scope.Spreadsheets.ReadOnly };

with this:

static string[] Scopes = { SheetsService.Scope.Spreadsheets };

and if you did not pass, delete (token.json) folder and try again

]]>
Comment on Home Automation Armageddon! by gguuss http://gusclass.com/blog/2014/12/09/home-automation-armageddon/#comment-320680 Thu, 29 Mar 2018 22:16:52 +0000 http://gusclass.com/blog/?p=1669#comment-320680 In reply to Jon Burchel.

I believe so… *dusts cobwebs from brain* … see this code here:

https://github.com/gguuss/MiLights/blob/master/test/MiLightWrapper/MiLightWrapper.cs#L199-L203

]]>
Comment on How to: OAuth 2.0 Flows using the Google+ .NET API Client Libraries 1.7+ in C# by gguuss http://gusclass.com/blog/2014/04/16/how-to-oauth-2-0-flows-using-the-google-net-api-client-libraries-1-7-in-c/#comment-320678 Thu, 29 Mar 2018 22:11:10 +0000 http://gusclass.com/blog/?p=1531#comment-320678 In reply to Kevin.

Ooof, it’s been a while since I last looked into this. Sorry you’re having trouble but you might want to try stack overflow.

]]>
Comment on How to: OAuth 2.0 Flows using the Google+ .NET API Client Libraries 1.7+ in C# by Kevin http://gusclass.com/blog/2014/04/16/how-to-oauth-2-0-flows-using-the-google-net-api-client-libraries-1-7-in-c/#comment-319605 Thu, 01 Feb 2018 18:34:30 +0000 http://gusclass.com/blog/?p=1531#comment-319605 Hi, I wanna include a Google Calendar API in my Web project, but I’m getting an exception when I try to execute the ExchangeCodeForTokenAsync method, and it is caused because I don’t know how to get the “code” parameter of that method.

Would you help me, please?. How can I get that code?.

]]>
Comment on How to upgrade to an SSD on a Sony Vaio VPCSA by Alexander Smith http://gusclass.com/blog/2011/12/29/how-to-upgrade-to-an-ssd-on-a-sony-vaio-vpcsa/#comment-319539 Fri, 26 Jan 2018 00:38:24 +0000 http://blog.gusclass.com/?p=197#comment-319539 This thread helped me greatly with my journey, and I thank you all.

I bought a Crucial 1 TB SATA SSD thinking (because their Advisor Tool and System Scanner said so) that it would be a plug and play upgrade from the existing SSD. Turns out my particular Sony Vaio VPCSA 290X was shipped with a micro SATA SSD so the caddy and ribbon connector were incompatible, and my initial reaction was to return the drive and search for another solution.

But after a lot of research I decided to buy a SATA ribbon (FPC-239 if you are interested) and 2.5-in caddy (thank you eBay!) and am glad to report that after following the (included Acronis) cloning instructions it became plug and play and fired up perfectly on its first try.

]]>
Comment on Creating HTML documentation in C# using Visual Studio and Sandcastle by n bhat http://gusclass.com/blog/2013/02/25/creating-html-documentation-in-c-using-visual-studio-and-sandcastle/#comment-318474 Thu, 23 Nov 2017 09:24:09 +0000 http://gusclass.com/blog/?p=975#comment-318474 nice documentation; very helpful for generating chm file for c# solution

]]>
Comment on Accessing the People API from C# / .NET by William C Bonner http://gusclass.com/blog/2016/02/14/1912/#comment-317831 Fri, 27 Oct 2017 20:59:14 +0000 http://gusclass.com/blog/?p=1912#comment-317831 This code no longer seems to work without adding a mask.

I was able to make it work by adding this line before the first request happens…

peopleRequest.RequestMaskIncludeField = “person.names”;

According to https://developers.google.com/people/api/rest/v1/people/get I’m still using a deprecated field, but at least it’s working. Thanks for getting me started..

]]>
Comment on Accessing the People API from C# / .NET by Karthik T http://gusclass.com/blog/2016/02/14/1912/#comment-316923 Tue, 19 Sep 2017 16:34:45 +0000 http://gusclass.com/blog/?p=1912#comment-316923 Receiving an error “personFields mask is required”.

]]>
Comment on Completing Diablo III Inferno in Hardcore mode (Part 1) by Glary Utilities PRO 5.65.0.86 Serial Key http://gusclass.com/blog/2013/12/31/completing-diablo-iii-inferno-in-hardcore-mode-part-1/#comment-316622 Mon, 04 Sep 2017 16:22:13 +0000 http://gusclass.com/blog/?p=1459#comment-316622 This helps. Cheers!

]]>
Comment on Home Automation Armageddon! by Jon Burchel http://gusclass.com/blog/2014/12/09/home-automation-armageddon/#comment-316179 Fri, 18 Aug 2017 20:28:46 +0000 http://gusclass.com/blog/?p=1669#comment-316179 Question… did you figure out how to specify levels of each color of r, g or b from the API?

]]>