We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
AdnanL
3 years agoHelpful | Level 5
How can I solve this error: Property 'refresh_token' does not exist on type 'object'?
Hello, I am trying to make a replica in Typescript of the Dropbox webhook (that converts md files to html) that was built in Python. I copy-pasted the authentication flow from this example and I had...
- 3 years ago
AdnanL Thanks. That output looks correct and should allow the code to get the "token.result.refresh_token" value. When you say you "did not run the script before I posted this issue", do you mean that when you originally posted this and said you "reached this error that I couldn't solve", that was only a warning you saw in your IDE, and not an error occurring during execution? It sounds like this was just a TypeScript type warning, and not something preventing this code from running properly. Is that correct?
By the way, for future reference, do not post your full access or refresh token values like this. I've redacted them from your screenshot now.
Greg-DB
3 years agoDropbox Staff
AdnanL Yes, as Здравко requested, it would probably be helpful if you indicated what you're getting in the log. As a matter of security though, please don't share any actual full access/refresh token value.
It would likely also be helpful if you could share some more context, such as:
- the rest of the relevant you're running for the authorization flow; you linked to the example you're working from but you mentioned you had to change a few things
- the version number of the Dropbox SDK you're using
- the name and version number of whatever platform you're using, etc.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!