Hi a <https://github.com/esteban-uo>ll, I am using curl command for api communication: curl -H "GData-Version: 3" -H "Content-Type: multipart/related" -H "Authorization: Bearer {access token}" --form "[email protected];type=application/atom+xml" --form "[email protected];type=video/mpeg4" -X POST https://picasaweb.google.com/data/feed/api/user/{userid}/albumid/{albumId} -i -v I got 201 status back, it seems good, but the the video has status 'pending' and don't change it.
1.xml: <entry xmlns='http://www.w3.org/2005/Atom'> <title>test video</title> <summary>some summary</summary> <category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/photos/2007#photo"/> </entry> any idea why, is it a general api problem? -- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-picasa-data-api. For more options, visit https://groups.google.com/d/optout.
