gpt4 book ai didi

ios - SwiftyDropbox getCurrentAccount错误

转载 作者:行者123 更新时间:2023-12-01 16:26:21 24 4
gpt4 key购买 nike

我正在iOS项目中试用SwiftyDropbox,当我使用本教程中的代码时...

if let client = Dropbox.authorizedClient {

// Get the current user's account info
client.users.getCurrentAccount().response { response, error in
print(response)

if let account = response {
self.accountStatus.text = "\(account.email)"
} else {
print(error!)
}
}
}

...并且我打印 response它返回nil,并且在Xcode控制台中收到以下错误:

输入错误:调用API函数“users / get_current_account”时出错:请求正文:无法将输入解码为JSON

我正在使用CocoaPod的 2.0.3 版本。

知道为什么我会收到此错误吗?

最佳答案

这是我们正在处理的2.0.3版本中的一个已知问题。

同时,您可以通过暂时降级为2.0.2来解决此问题。

关于ios - SwiftyDropbox getCurrentAccount错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35074961/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com