Saving CKAsset to CKRecord in CloudKit produces error: “No authToken received for asset”

拜拜、爱过 提交于 2019-12-12 19:09:42

问题


This is the full error message I am getting when I try to save a CKAsset to a CKRecord. I haven't seen this error before nor can I find any information about it anywhere.

Has anyone heard of this before?

<CKError 0x17064ccf0: "Partial Failure" (2/1011); "Failed to modify some records"; partial errors: {
    4B1CD9BE-3B67-49C5-AC39-F8379A5041C9:(_defaultZone:__defaultOwner__) = <CKError 0x174451a90: "Internal Error" (1/1000); "No authToken received for asset">
    AC51EFE8-E370-4286-9510-B86B24855BE8:(_defaultZone:__defaultOwner__) = <CKError 0x174451880: "Internal Error" (1/1000); "No authToken received for asset">
    D52322DA-2E13-46EF-B58F-9B74D97CE876:(_defaultZone:__defaultOwner__) = <CKError 0x174451430: "Internal Error" (1/1000); "No authToken received for asset">
}>

来源:https://stackoverflow.com/questions/43382042/saving-ckasset-to-ckrecord-in-cloudkit-produces-error-no-authtoken-received-fo

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!