Skip to content

utada/picasawebuploader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

A script that uploads photos to Picasa Web Albums

  • Resizes large images to be less than the free limit (2048 x 2048)
  • Uploads all directories under a given directory
  • restartable
  • Creates the albums as "private" aka "limited"
  • Automatically retries when Google data service errors out.

To Do:

  • Use multiple threads for uploading.
  • Add Progress UI
  • Deal with duplicate picture and folder names, both on local and web collections.
    • Currently we just throw an exception when we detect duplicate names.
  • Deal with 'Error: 17 REJECTED_USER_LIMIT' errors.

Installation

  • Prerequesites:

Known Problems

Picasa Web Albums appears to have an undocumented upload quota system that limits uploads to a certain number of bytes per month.

Do a web search for REJECTED_USER_LIMIT to see the various discussions about this. From reading the web forums it appears that the upload quota is reset occasionally (possibly monthly). If you start getting REJECTED_USER_LIMIT errors when you run this script you may have to wait a month to upload new pictures.

Some people have reported that paying for yearly web storage will remove the upload quota.

About

A python-based file uploader for PicasaWeb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published