Lines Matching +full:create +full:- +full:issue +full:- +full:on +full:- +full:failure
9 * Add `oauth2client.contrib.sqlalchemy`, a SQLAlchemy-based credential store. (#527)
13 * Refactor all django-related code into `oauth2client.contrib.django_util`. Add `DjangoORMStorage`,…
27 …d `oauth2client.contrib.django_orm` have been updated to support Django 1.8 - 1.10. Versions of Dj…
36 * Fix issue where `flask_util.UserOAuth2.required` would accept expired credentials (#452).
37 * Fix issue where `flask_util` would fill the session with `Flow` objects (#498).
38 * Fix issue with Python 3 binary strings in `Flow.step2_exchange` (#446).
43 * Making scopes optional on Google Compute Engine `AppAssertionCredentials`
51 rather than forcing users to create a dummy argparser (#426)
59 ## v2.0.0-post1
64 to allow passing a file-like object in addition to the factory
67 to allow upgrading a credential to one that acts on behalf
75 * Move to a `contrib` sub-package code not considered a core part of
82 * Fall back to read-only credentials on EACCES errors (#389)
87 -------------------------------------------------
89 For JSON keys, you can create a credential via
97 You can still rely on
119 # PRE-oauth2client 2.0.0 EXAMPLE CODE!
134 * Fall back to credential refresh on EDEADLK in multistore_file (#336)
152 * Track scopes used on credentials objects (#230)
156 running on GCE) (#114, #293)
162 * Fix OS X flaky test failure (#189).
184 * Ensure that the ADC fails if we try to *write* the well-known file to a
203 * Better error messages on `InvalidClientSecretsError`.
204 * Comment cleanup on `run_flow`.
214 * Set a shorter timeout for an Application Default Credentials issue on some
227 * Fix a serious issue with tests not being run. (#86, #87, #89)
229 * Clean up stack traces when re-raising in some places. (#79)
239 * Fix a critical bug on import in `oauth2client.tools`.
253 * Quick bugfix for an issue with dict-like arguments to `flow.step2_exchange`,
263 …n Default Credentials](https://developers.google.com/accounts/docs/application-default-credentials)
265 * Added support for OAuth2 for devices (#3, thanks @sde-melo).
273 * Handle X509 certs with PyCrypto (#51, thanks @liujin-google).
274 * Handle additional failure types on OSX (#32, thanks @simoncadman).
276 * Better retry handling with bad server replies on refresh (#29, thanks
287 then include `python-gflags` as a dependency of your application or switch to
301 * User-agent must contain `(gzip)`.
304 * Making OAuth2Decorator more extensible. Fixes Issue 256.
324 * Adding a `.revoke()` to Credentials. Closes issue 98.
348 * Change GET to POST if URI is too long. Fixes issue 96.
349 * Add a `keyring`-based `Storage`.
358 * oauth2client support for URL-encoded format of exchange token response (e.g.
364 * Parameter values of None should be treated as missing. Fixes issue 144.
365 * Distribute the samples separately from the library source. Fixes issue 155.
366 * Move all remaining samples over to `client_secrets.json`. Fixes issue 156.
373 [switched to epydoc](http://google-api-python-client.googlecode.com/hg/docs/epy/index.html)
381 + Make oauth2client support Windows-friendly locking.
384 [Fixes issue 128](http://codereview.appspot.com/6298084/).
414 [batch requests](http://code.google.com/p/google-api-python-client/wiki/Batch).
416 [media upload](http://code.google.com/p/google-api-python-client/wiki/MediaUpload).