hi: When I call api to upload a video file, the return status is always "pending" and can not be played on the Webpage. What can I do to make this file play or change its state.
this is java code: PhotoEntry myVideo = new PhotoEntry(); myVideo .setTitle(new PlainTextConstruct(drives.getFileName())); myVideo .setId(drives.getFileId()); MediaStreamSource mediaStreamSource = null; mediaStreamSource = new MediaStreamSource(in, drives.getFileType()); myVideo .setMediaSource(mediaStreamSource); PhotoEntry returnedVideo =myService.insert(albumPostUrl,myVideo); returnedVideo.getVideoStatus(); -- 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.
