gpt4 book ai didi

ios - 无法使用 Dropbox API for Swift 创建共享链接

转载 作者:行者123 更新时间:2023-11-28 08:17:46 31 4
gpt4 key购买 nike

这在我更新到 Swift 3 之前曾经有效,但我不认为这真的来自于此。这是我的问题:

我想从我的 Swift 应用程序创建一个 Dropbox 可共享链接,如下所示:

client.sharing.createSharedLinkWithSettings(path: myPath).response { response, error in
if let link = response {
// share the link
} else {
print(error)
}
}

但这是我得到的错误:

[request-id 431f08cc7e243504a437cec661247dd2] API route error - {
".tag" = "email_not_verified";
}

而且我真的不明白我应该如何验证电子邮件。我可以使用 dropbox 登录,我授权应用程序,我可以写入文件和文件夹等。

最佳答案

我没有在我的设备上收到验证邮件。我尝试使用其他帐户并从 Dropbox 收到了这封验证电子邮件。

关于ios - 无法使用 Dropbox API for Swift 创建共享链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42112901/

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