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) {
}];