straight55b / app-engine-patch

Automatically exported from code.google.com/p/app-engine-patch
0 stars 0 forks source link

HTTP Error 403 when trying to run syncdb #232

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm running on the latest release version - 1.1RC.
My appengine project is hosted on its own Google Apps domain.
I'm trying to run manage.py syncdb, I get asked for my Google credentials
and then I keep getting 403 error.

I verified DATABASE_OPTIONS are correct. I've even tried removing the
"login: admin" requirement in app.yaml - in this case I get 401 errors.

Any idea?

Original issue reported on code.google.com by eka...@gmail.com on 19 Oct 2009 at 4:56

GoogleCodeExporter commented 9 years ago
Turns out its an issue with Google AppEngine.
You have to associate a Google account to your application to work with 
remote_api.
Even if you're hosting on a Google Apps domain

:S

Original comment by eka...@gmail.com on 20 Oct 2009 at 2:55

GoogleCodeExporter commented 9 years ago
can you explain? same issue here.

Original comment by alon.car...@gmail.com on 23 Apr 2010 at 11:41