buckneri / youtube-direct

Automatically exported from code.google.com/p/youtube-direct
0 stars 1 forks source link

404 Error when deploying #76

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have followed the video tutorial and successfully run on localhost. However, 
when I try to deploy to Google App Engine, I get a 404 error telling me that my 
app id does not exist. I have the correct id after <application>, have entered 
a product developer key, and entered a unique identifier. But no luck, each 
time I try to deploy I get the same error. 

I amusing Eclipse Indigo on Windows. 

Original issue reported on code.google.com by Brandon....@gmail.com on 6 Aug 2011 at 11:31

GoogleCodeExporter commented 8 years ago
That sounds more like an App Engine issue than anything directly related to 
YouTube Direct, so if you can't figure it out you might want to follow up in 
the App Engine forums.

But off the top of my head, all I can say is double-check that there aren't any 
typos and that the id you registered on appengine.google.com is the same as 
what you're specifying in the config, and that you're using the same Google 
Account to deploy that you used to register on appengine.google.com.

Original comment by api.je...@gmail.com on 7 Sep 2011 at 5:53