Closed GoogleCodeExporter closed 9 years ago
The same error is popping up with Google Tasks API too.
Original comment by SSTest...@gmail.com
on 12 Sep 2013 at 10:19
First of all I recommend you to work with NuGet. You can download the exact
NuGet package you want to work with (e.g. Google.Apis.Calendar) and then
install the Google.Apis.Authentication package as well.
Regarding your error - I just ran our sample (Calendar.VB.ConsoleApi) which
uses the Calendar API and it works for me. Can you check that also, please?
The sample is available here:
https://code.google.com/p/google-api-dotnet-client/source/browse?repo=samples#hg
%2FCalendar.VB.ConsoleApp
Original comment by pele...@google.com
on 12 Sep 2013 at 2:19
Thanks for getting back on this. After a long day of attempting different
things, it finally turned out that I needed to change the STORAGE variable's
value to make it work. The following line in the function GetAuthorization()
was changed from:
const string STORAGE = "google.samples.dotnet.calendar";
to
const string STORAGE = "google.samples.dotnet.calendar2";
and it started working. Can you shed some light please?
Original comment by SSTest...@gmail.com
on 12 Sep 2013 at 4:50
We are working hard on this days to improve simnifically the OAuth2 flows.
I'm sorry that's it so complicated, but I'm pretty sure that couple of weeks
from now, it's going to be awesome. We are planning to support regular .NET
applications, but in addition also WinRT and WP.
I'm closing this issue for now, please feel free to reopen it or add any
additional question \ data
Original comment by pele...@google.com
on 13 Sep 2013 at 1:20
Original issue reported on code.google.com by
SSTest...@gmail.com
on 12 Sep 2013 at 6:43