I've uploaded a large number of photos via the Google Photos backup tool 
and now I'm trying to programmatically get a list of them all, but the API 
won't let me list very far past 10k photos before blowing up with this 
error:

gdata.photos.service.GooglePhotosException: (500, 'Internal Server Error', 
'Deprecated offset is too large for a stream ID query. Please  switch to 
using resume tokens.')

I can't find any documentation on how to use resume tokens - can anyone 
point me in the right direction?

I'm able to query 11,000 photos this way, but the next query (with 
start-index=11000) fails with the above error.

I'm using the Python client, but it appears that this affects the clients 
for other languages too. See 
https://code.google.com/p/gdata-issues/issues/detail?id=7004 for additional 
details.

Thanks!

-- 
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 google-picasa-data-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-picasa-data-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-picasa-data-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to