Frank Steiler

Results 102 comments of Frank Steiler

[Additional documentation](https://developer.apple.com/library/archive/documentation/DataManagement/Conceptual/CloudKitWebServicesReference/Types.html#//apple_ref/doc/uid/TP40015240-CH3-SW2)

[Ongoing issue in pyicloud about using the provided hash value](https://github.com/picklepete/pyicloud/issues/416) - does not seem to be going anywhere though

As part of my icloud-photos-sync project (that is currently in build up), I already started looking into this. My findings that I'm happy to share with the project that inspired...

I moved it into 'docs' -> https://github.com/steilerDev/icloud-photos-sync/blob/main/docs/postman/iCloud.postman_collection.json And some more documentation here: https://icps.steiler.dev/dev/api/

This happens to me as well - interestingly enough, when watching the same video on invidious, a different (expected) audio track is played.

The sync failing every hour is expected - Apple's URL tokens expire after that and currently the easy solution is to fail and retry automatically. The weird thing though is...

There are a couple of weird things here: - Each run seems to download an expected amount of files - No errors in the logs when downloading and writing files...

[1.3.0-beta.1](https://github.com/steilerDev/icloud-photos-sync/releases/tag/v1.3.0-beta.1) should log a warning, in case my assumption is correct. Could you try and run it and report back @halbtuerke

That's good and bad news! This means our assumption is correct, however I think this will not be addressed fully until #354 - however it is an important consideration! You...

I've just added some rough (and untested) debugging logic to [v1.3.0-nightly.4](https://github.com/steilerDev/icloud-photos-sync/releases/tag/v1.3.0-nightly.4) that should help us understand the issue better: If a duplicate is detected (file already exists) the tool will...