Now, I use this simple line for upload images: curl --silent --request POST --data-binary "@v.jpg" --header "Slug: zzz" --header "Content-Type: image/jpg" --header "Authorization: GoogleLogin auth=DQAA[...]fInA" "http://picasaweb.google.com/data/feed/ api/user/USERID/albumid/ALBUMID" | tidy -xml -indent -quiet
but, if zzz's album does not exist, I get an error. What is the more simple way to create a picasa album with curl? The goal of my question is create a bash script for manage upload. Thanks, LP --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Picasa-Data-API?hl=en -~----------~----~----~----~------~----~------~--~---
