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.
AdnanL
3 years agoHelpful | Level 5
Thanks for the replies,Greg-DB Здравко.
This is all the code in my file: https://www.toptal.com/developers/hastebin/basayuhope.typescript, what I am trying to do is to attack dropbox accounts to my dropbox app (A replica of the webhook example by dropbox).
I am using Node.js 16.13.1 with Dropbox version 10.24.0, the API was different from the example so I had to create a new instance of the DropboxAuth class and change some function names and alter some parameters that were passed to the functions, no big deal.
- Greg-DB3 years agoDropbox Staff
AdnanL Thanks for following up. Can you indicate what you're getting in the console though? Specifically, the "Token Result" value being logged on line 53 from the code you shared. Please don't show actual full access/refresh token values however.
- AdnanL3 years agoHelpful | Level 5
- Greg-DB3 years agoDropbox Staff
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.
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!