The title line is the error I get from eclipse when I right click my project to Google > Generate Cloud Endpoint Client Library
. I can run the endpoint fine as a Web Application
so there is no error in the code that I or the compiler can detect. Does anyone know why the error is happening?
Asked
Active
Viewed 765 times
3

Pouton Gerald
- 1,625
- 22
- 32
1 Answers
2
There seems to be a problem at the Moment with Google Clound Endpoints in general.
Follow this Stackoverflow Question : Error generating google cloud endpoint client libraries
and it associated Issue on Google Code : https://code.google.com/p/googleappengine/issues/detail?id=9214

Community
- 1
- 1

Hari Krishna Ganji
- 1,647
- 2
- 20
- 33
-
Thanks, I guess. I see the slew of posts and up-votes. Google must be pissing off a lot of customers right now. I know I haven't had sleep in the past two days wondering what the hell I am doing wrong. – Pouton Gerald Apr 24 '13 at 18:49
-
Well, that's what happens to me time after time for using Google's so called "Experimental APIs". Happened with Cloud Storage API, Merchant API, and now this. The bad part is that you don't get to know it so easily. :-) – Hari Krishna Ganji Apr 24 '13 at 18:53