在我更新到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登录,我授权应用程序,我可以编写文件和文件夹等。
答案 0 :(得分:0)
我的设备上没有收到验证邮件。我尝试使用其他帐户,并从Dropbox收到此验证电子邮件。