mgozdiskowski / youtube-direct

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

Error 403: OK #75

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Sign up for secure AuthSub
2. Save pk8 key
3. Attempt to login via embedded form
4: Grant access

Was expecting to be sent back to the form, but instead I got a message reading 
Error 403: OK

Once I remove Cert from the app I get a message that says my app is registered 
but not setup for secure and the rest continues as expected.

Original issue reported on code.google.com by conrad.s...@gmail.com on 5 Aug 2011 at 10:14

GoogleCodeExporter commented 8 years ago
Is this on the development app server or in production? We're unfortunately 
being bit by a bug in the App Engine development app server that's causing 
several types of operations to fail: 
http://code.google.com/p/googleappengine/issues/detail?id=5396

Things should work in production, though.

Once that's resolved I believe that the issue you're seeing should be as well 
(assuming you update to a version of the App Engine SDK that has it fixed.)

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

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago
This should be resolved in the 1.5.5 App Engine SDK release, which is now 
available.

Original comment by api.je...@gmail.com on 13 Oct 2011 at 5:57