I write an android application to upload a photo to a specific album. Let's say that I have an album name "school" already created. However, the picasa rest api (https://picasaweb.google.com/data/feed/api/user/userID/albumid/albumID), expects album id.
Do I need to query all albums and match the albumid with the given name before posting a new photo in that album? I hesitate to maintain the album id locally in the phone since the album name may be changed from desktop web browser.