salimoha / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

error creating picasa album #423

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.run ./google
2.picasa create "photo"
3.error

What is the expected output? What do you see instead?
- login to picasa 
- album photo create

What version of the product are you using? On what operating system? What
picasa on centOS 5.5
version of gdata-python-client (aka python-gdata)?
gdata 2.0.14

Please provide any additional information below.

Traceback (most recent call last):
  File "./google", line 488, in run_interactive
    run_once(options, args)
  File "./google", line 627, in run_once
    task.run(client, options, args)
  File "/home/rsvroot/googlecl-0.9.13/src/googlecl/picasa/__init__.py", line 198, in _run_create
    access=options.access, date=options.date)
  File "/home/rsvroot/googlecl-0.9.13/src/googlecl/picasa/service.py", line 152, in create_album
    timestamp=timestamp_ms)
  File "/usr/local/lib/python2.5/site-packages/gdata/photos/service.py", line 358, in InsertAlbum
    raise GooglePhotosException(e.args[0])
GooglePhotosException: (403, 'Forbidden', 'Token invalid - Invalid AuthSub 
token.')

Original issue reported on code.google.com by SamdyL...@gmail.com on 14 Sep 2011 at 11:06

GoogleCodeExporter commented 9 years ago
Looks like some problems with authentication.

Does it fix the problem if you run:

google picasa create "photo" --force-auth

Original comment by szy...@endpoint.com on 29 Dec 2012 at 9:27