prayagverma / gdata-python-client

Automatically exported from code.google.com/p/gdata-python-client
1 stars 0 forks source link

gdata problem with gcalcli #713

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Using gcalcli

What is the expected output? 
It seems that gcalcli doesn't work for a problem with gdata api. Performing any 
command ("list" in the example below) I get the following error.

What do you see instead?

gcalcli list
Password:
Traceback (most recent call last):
  File "/usr/bin/gcalcli", line 2059, in <module>
    BowChickaWowWow()
  File "/usr/bin/gcalcli", line 1918, in BowChickaWowWow
    customLocale=customLocale)
  File "/usr/bin/gcalcli", line 515, in __init__
    self.allCals = self.gcal.GetAllCalendarsFeed()
  File "/usr/lib/python2.7/site-packages/gdata/calendar/service.py", line 82, in GetAllCalendarsFeed
    return self.Get(uri, converter=gdata.calendar.CalendarListFeedFromString)
  File "/usr/lib/python2.7/site-packages/gdata/service.py", line 1108, in Get
    'reason': server_response.reason, 'body': result_body}
gdata.service.RequestError: {'status': 403, 'body': 
'<HTML>\n<HEAD>\n<TITLE>Forbidden</TITLE>\n</HEAD>\n<BODY BGCOLOR="#FFFFFF" 
TEXT="#000000">\n<H1>Forbidden</H1>\n<H2>Error 403</H2>\n</BODY>\n</HTML>\n', 
'reason': 'Forbidden'}

What version of the product are you using?
gdata 2.0.18

Original issue reported on code.google.com by gaspare....@gmail.com on 12 Dec 2014 at 1:28

GoogleCodeExporter commented 9 years ago
Looks like an auth issue, but I can't see how this relates to a bug in the 
gdata library itself. Closing.

Original comment by afs...@google.com on 30 Dec 2014 at 8:28