You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alas, upon reporting a bug I saw that the library was deprecated, but I did not find an equivalent here.
I will also at the same time report said bug here in case you will be porting the code.
When the credentials are stored in an entity that has a parent, you need to specify the parent to be able to retrieve the entity (see https://cloud.google.com/appengine/docs/standard/python/ndb/modelclass#class_methods method get_by_id). It is however impossible to specify the parent when using StorageByKeyName so the credentials are impossible to retrieve from entities that have a parent.
Thank you for the very clear and useful library.
Christophe
The text was updated successfully, but these errors were encountered:
Hello,
Im my project I am making use of those features from oauth2client:
https://developers.google.com/api-client-library/python/guide/google_app_engine#credentials
https://developers.google.com/api-client-library/python/guide/google_app_engine#storage
Alas, upon reporting a bug I saw that the library was deprecated, but I did not find an equivalent here.
I will also at the same time report said bug here in case you will be porting the code.
When the credentials are stored in an entity that has a
parent
, you need to specify the parent to be able to retrieve the entity (see https://cloud.google.com/appengine/docs/standard/python/ndb/modelclass#class_methods methodget_by_id
). It is however impossible to specify the parent when using StorageByKeyName so the credentials are impossible to retrieve from entities that have a parent.Thank you for the very clear and useful library.
Christophe
The text was updated successfully, but these errors were encountered: