Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pydelicious under google app engine #26

Closed
GoogleCodeExporter opened this issue Aug 5, 2015 · 5 comments
Closed

pydelicious under google app engine #26

GoogleCodeExporter opened this issue Aug 5, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Code up an app engine module complete with deps
2. Test locally - works ok
3. Deploy to app engine

What is the expected output? What do you see instead?
Bookmarks added, but instead delicious always returns #403 - Forbidden

What version of the product are you using? On what operating system?
http://www.facebook.com/event.php?eid=62187991351&ref=mf

Please provide any additional information below.
Everything seems to work fine on local test, but fails when deployed to
google app engine server. Sure it's something in the app engine
environment, but am new to python. Any pointers as to how to fix this would
be really appreciated. Many thanks.

Original issue reported on code.google.com by iani...@gmail.com on 15 Feb 2009 at 6:22

@GoogleCodeExporter
Copy link
Author

Ack.. sorry meant to be a comment not a defect.

Original comment by iani...@gmail.com on 15 Feb 2009 at 6:22

@GoogleCodeExporter
Copy link
Author

Interesting. Any source code? what are you trying to accomplish by running on
Google's engine?

Original comment by berend.v...@gmail.com on 19 Feb 2009 at 2:05

@GoogleCodeExporter
Copy link
Author

Works fine for me.
But i'm new to app engine, dunno how you setup your deps.. i just linked in the
src-dir. I'm also mostly stuck on py 2.4

http://dotmpe.appspot.com/

/hack

If you had some code.. i wonder what would break here.. perhaps restricted
environment i thought but thats obviously not true in this case.

Original comment by berend.v...@gmail.com on 22 Mar 2009 at 11:58

@GoogleCodeExporter
Copy link
Author

Original comment by berend.v...@gmail.com on 27 Apr 2009 at 2:17

  • Changed state: WontFix

@GoogleCodeExporter
Copy link
Author

In my case, I get 403 Forbidden error when I test the application locally on 
Google App Engine Launcher. 
However, when I deploy the application on Google servers, it works successfully.

To use pydelicious client library within App Engine application, I simply place 
the library source file in the 
application's directory, and import it as usual.

The code executed by App Engine application is that from the example:
    a = DeliciousAPI('username', 'password')
    a.posts_add("http://my.url/", "title", extended="description", tags="my tags")

Original comment by kask...@gmail.com on 1 Jul 2009 at 1:56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant