Post marked as solved
Post marked as solved with 1 replies, 366 views
https://developer.apple.com/documentation/cloudkitjs/cloudkit/database/1628735-saverecords mentions that we can use the downloadURL to provide a link to the user, however it seems this URL will expire after some time, and it will return 410 GONE as http status code when it expires.
How long does the link persist before it expires, is it documented anywhere?