Hello.

I'm working on flash web application which uses Picasa API to view and
edit albums.
I have the following process:
  1. An application request the list of album like this:
      
https://picasaweb.google.com/data/feed/api/user/USER_ID/?fields=entry[title="SOME_UNIQUE_TITLE";]
  2. If result is empty then application sends the request to create
an album.
  3. Picasa service creates an empty album. I can see it in google
picasa web interface (picasaweb.google.com/lh/myphotos)
  4. I restart the application, it makes the "Step 1" again, and the
result is empty.
And after only one minute (approximately) I get correct result with
created album. Sometimes it happens immediately, but not always. So
it's very unpredictable behaviour.
It's not a browser cache problem, because I add unqiue value for each
request like:
https://picasaweb.google.com/data/feed/api/user/USER_ID/?fields=entry[title="SOME_UNIQUE_TITLE"]&randomValue=CURRENT_TIME
Also If I manually clear browser cache after "Step 3" - it doesn't
help.

I have the same problem with adding, deleting photos. I.e. for example
I delete photo in my application via picasa API, I see the result in
picasa web interface. But it seems that picasa service updates data
feed only in 1-2 minutes.

Is it normal and I should wait for the updates?
Or is there maybe any parameter to force API to response with the
latest data?

Thanks.


-- 
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.

Reply via email to