user1055761
user1055761

Reputation: 1071

Deso Google Client API (and Cloud Store API) need to be pushed to GAE?

GAE documentation mentions that client api needs to be installed in the project folder. Does this need to be uploaded to GAE along with the project code or does GAE has the libraries available on their servers (in the same manner they support PIL, django, lxml, etc).

Sorry if this is a pedestrian question ? (I am also wondering why would they not bundle them into the developer SDK ? My question partly ensues from the fact that Google Cloud Storage API needs to be downloaded in the Python folder).

Upvotes: 0

Views: 62

Answers (1)

voscausa
voscausa

Reputation: 11706

Yes, you have to upload the lib.

See this Gist with an explanation on how to use the GAE cloud storage client with Python in GAE production and development.

Upvotes: 2

Related Questions