Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google Cloud Endpoints

How Can I Upload An Thumbnail Image (blob) At The Same Time As An Entity Into A Datastore In Google App Engine?

I Just started using google app engine today, and I have fallen in love with endpoints. I made one… Read more How Can I Upload An Thumbnail Image (blob) At The Same Time As An Entity Into A Datastore In Google App Engine?

Migrating To Cloud Endpoints Frameworks 2.0 For App Engine

I'm currently trying to migrate from Cloud Endpoints 1.0 to Cloud Endpoints Frameworks 2.0. I&#… Read more Migrating To Cloud Endpoints Frameworks 2.0 For App Engine

How To Return A List Of Custom Objects On Objectify

I'm working on an Android project which uses Google App Engine for backend as described here: U… Read more How To Return A List Of Custom Objects On Objectify

Google Clould Endpoint Api Method Generated Without The Required Parameter

I want to deploy v2 of my google endpoint API. in this version 2, i have added an ApiMethod with a … Read more Google Clould Endpoint Api Method Generated Without The Required Parameter

Unable To Create Android Oauth2 Client Id (duplicate Fingerprint)

When creating a client ID for Android in the Google Cloud Platform developer console, I get the fol… Read more Unable To Create Android Oauth2 Client Id (duplicate Fingerprint)

Migrating Google Cloud Endpoints To Version V2

I have referred this link on stack overflow still unable to migrate to version v2. Link Referred fr… Read more Migrating Google Cloud Endpoints To Version V2

Cloud Endpoints Support For Text Fields With More Than 500 Characters

I need to store a field that is usually over 500 characters. When using the String data type, App E… Read more Cloud Endpoints Support For Text Fields With More Than 500 Characters

Modify Http Headers In Google App Engine Endpoints (android)

I would like to add custom headers to the HTTP package sent to an Endpoint. I've read that I ca… Read more Modify Http Headers In Google App Engine Endpoints (android)