Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Account temporarily unavailable due to bad or missing auth token

I got this message "Account temporarily unavailable due to bad or missing auth token" when I try to save to privateDatabase in CloudKit, using the CKDatabase.save(record:completionHandler).

It looks like the error that was posted about here on stackoverflow has reappeared.

The fix for that other problem was a bug in Apple's side.

Anyone have this problem recently and have a solution?

like image 420
Daniel Brower Avatar asked Sep 13 '25 21:09

Daniel Brower


1 Answers

You might find it strange, When I got this error,

  1. I went to settings, I did it in Simulator
  2. Profile Section
  3. Entered password.

After this, When I called the iCloud API again, It worked.

enter image description here

like image 108
RedPanda0147 Avatar answered Sep 17 '25 04:09

RedPanda0147