singh91digvijay / google-app-engine-samples

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

gdata-feedfetcher example doesn't work for private feeds #39

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. use gdata-feedfetcher example source
2. run feed fetching

What is the expected output? What do you see instead?
expect to see feeds come in as they do on the gdata-feedfetcher.appspot.com 
site (where private feeds do work)
simply using source files doesnt work
have tried with verified domain (using rsa_key & cert) and secure transfer 
(which isn't used on the example site (warning shown on the 'grant permission 
to app page')

What version of the product are you using? On what operating system?
python 2.5, app engine, gdata-python-client 2.0.1   etc...

Please provide any additional information below.
Calendar and other public feeds work fine. Auth appears to be OK, but will not 
get private feeds (e.g. my docs.google.com feeds)

Original issue reported on code.google.com by Xis...@gmail.com on 18 Jun 2010 at 12:51