-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DELETE REMOTE delete max 1000 photos. #48
Comments
On the next sync, would you see DELETE_REMOTE: 1000 and Silent: 581? |
No after 4 or 5 times it' every time the same |
OK. What's happening is that by default the API we use only returns 1000 items, which we compare with what is local and then remove those that aren't there. I think if we scanned more we would delete more so the bit that needs to be changed is to change scanWebPhotos from:
to
using the max-results param from https://developers.google.com/picasa-web/docs/2.0/reference Let me know if it works and/or submit a merge request. |
Any feedback on whether it works? I'm keen to get feedback and close the ticket if possible. |
Hello,
I need to exec several times the script to delete all remote photos.
Because script delete only mas 1000 photos.
Is that normal?
Finished transferring files. Total files found 2581, composed of {'DELETE_REMOTE': 1000, 'SILENT': 1581, 'UPLOAD_LOCAL': 0, 'UPDATE_REMOTE_METADATA': 0, 'DELETE_LOCAL': 0, 'TAG_REMOTE': 0, 'DOWNLOAD_REMOTE': 0, 'REPORT': 0, 'REPLACE_REMOTE_WITH_LOCAL': 0}
The text was updated successfully, but these errors were encountered: