Testing SQLite Data Sharing in Swift – “Item not available” issue #211
BennoCrafter
started this conversation in
CloudKit Preview
Replies: 2 comments 9 replies
|
Hi @BennoCrafter, this is one of the first things mentioned in the "Sharing data with other iCloud users" documentation: https://swiftpackageindex.com/pointfreeco/sqlite-data/main/documentation/sqlitedata/cloudkitsharing
|
1 reply
|
Nvm! Fixed it by myself! Created new cloud kit container. Works now. Great framework 🤩 🙌 |
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
I’m testing how to share data with the new cloudkit share feature.
When I try to open the share link on second iCloud account, I get this error:

(It's translated by google translate. Could differ to original pop up)
Item not available – The person who owns the file no longer shares it, or your account doesn’t have permission to open it.
Has anyone run into this while testing cloud sharing? Really want to test it on my two different iCloud accounts.
Hope someone can help me :) Really like this framework!
All reactions