Expand description
Restore an existing library from cloud storage.
Unlike join (which unwraps the encryption key from an invite), restore takes the
encryption key directly from the user. Unlike join, restore sets
cloudkit_is_shared = false because the restorer is the owner.
Enums§
- Restore
Error - Restore
Source - Cloud provider source for restore. Carries all connection details including OAuth tokens (unlike RestoreProvider which omits them for serialization).
Functions§
- restore_
from_ cloud - Restore a library from cloud storage.
- restore_
from_ code - Restore a library from a restore code string.