Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
I am trying to get TemporaryLink by api but it always return status code 409 email_not_verified
DBUserClient *client = [DBClientsManager authorizedClient]; [[client.filesRoutes getTemporaryLink:<filePath>] setResponseBlock:^(DBFILESGetTemporaryLinkResult * _Nullable result, DBFILESGetTemporaryLinkError * _Nullable routeError, DBRequestError * _Nullable networkError) { }];
I tried again and it work.
I'm glad to hear you already got this working. For reference, the 'email_not_verified' error does mean that the connected account does not have its email address verified, so some functionality won't be available. That can be resolved by verifying the email address on the account, as it sounds like you've done.
The way we work is changing. Share and discover new ways to work smarter with Dropbox in our community.
Sound good? Let's get started.Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on Twitter or Facebook.
For more info on available support options, see this article.
If you found the answer to your question, please 'like' the post to say thanks to the user!