Bug fixes:
- #955 Increase token refresh time window.
- #957 Better handle errors with browser launch (fixes #907).
- #620, #923 Update batch endpoint to get URL from discovery.
- #959 Make AuthorizeAsync(ClientSecrets...) public
- #960 apikey added to request even when it's not set, logging a warning
- #897 missing packages (GoogleWebAuthorizationBroker and FileDataStore) for .net core
New features:
GoogleWebAuthorizationBroker
,LocalServerCodeReceiver
, andFileDataStore
now available for .NET Core.LocalServerCodeReceiver
has to open a browser for user authentication; this should work on most platforms, but is best-effort only - it's not guaranteed to succeed (e.g. user doesn't have a browser installed).