-
Notifications
You must be signed in to change notification settings - Fork 532
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GoogleWebAuthorizationBroker not working for .net core 1.0 #872
Comments
These two classes are not present in the PlatformServices part of the NetStandard build of Google.Apis.Auth. In the v2.0 release (expected early 2017) we will revisit all these auth mechanisms and make sure the full range are available on as many (supported) platforms as possible. |
Thanks Chris, for the update and the timeframe guesstimate. |
It is now March and am wondering when "Early" will become "Now"? ETA Hours, Days, Weeks? Thank you. |
An updated would be appreciated 👍 |
I noticed after I posted that this thread is closed. |
see #787 |
Yes, further discussion will be happening on #787. |
When trying to run this Google.Apis.Calendar sample (https://developers.google.com/google-apps/calendar/quickstart/dotnet) in a .net core 1.0 console application there are two classes that cant be resolved from .net core:
Google.Apis.Auth.OAuth2.GoogleWebAuthorizationBroker
Google.Apis.Util.Store.FileDataStore
The text was updated successfully, but these errors were encountered: