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
Helpful | Level 5
Greg-DB
3 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.
- AdnanL3 years agoHelpful | Level 5
Yes Greg-DB, it was just a TS warning. Here is my progress so far: https://www.toptal.com/developers/hastebin/rijajosiwa.coffeescript, everything works in this /auth route script. But I still have some problems:
First, when I click on Allow the auth route runs and I get the expected console logs but it stays in a reload status and doesn't redirect me to any page afterward.
and second, when I go to the connected apps I can find my app as shown here but not in the https://www.dropbox.com/developers/apps page.
Third thing, the app doesn't create any new folder in the Apps folder, or should I do that manually?
I hope you won't mind the long message and thank you very much for your valuable help.
- Здравко3 years agoLegendary | Level 20
AdnanL wrote:..., when I click on Allow the auth route runs and I get the expected console logs but it stays in a reload status and doesn't redirect me to any page afterward.
...
Hi AdnanL,
As far as you haven't filled the response with something to show and haven't redirected to such a page, such a behavior is normal. Either render as HTML whatever you want to show or redirect accordingly.
AdnanL wrote:..., when I go to the connected apps I can find my app as shown here but not in the https://www.dropbox.com/developers/apps page.
...
Developers page shows only applications particular user develops, nothing else. Is it the same user context developing the application or... just a test user?! 🙂 Connected application page shows all application particular user links the account to. Info can coincide, when developer only link own application(s), but it's a different meanings. That's it.
AdnanL wrote:...
Third thing, the app doesn't create any new folder in the Apps folder, or should I do that manually?
...
Seems you application has full access to the client account content and no limitation to just an application folder. In such cases, such a folder isn't need and that's why no automatically created. You have access to all folders anyway. In case of restricted application such a folder is mandatory, cosa this folder is the application's root folder, the account root is inaccessible to the application.
Hope this clarifies matter.
- Brogers3 years agoDropbox Staff
Hello AdnanL,
I have filed a ticket to fix the TS warning in the SDK although I cannot guarantee when it will be completed.
You mentioned that you were having issues with redirecting upon accepting the OAuth request. Upon clicking the `Allow` button, Dropbox redirects you to the URL you passed in. If this URL does not have any visual components or redirects to a desktop app, this will not result in a new webpage being opened. As Здравко mentioned, you can either render some HTML you would like your users to see or redirect accordingly.
Regarding your connected apps, https://www.dropbox.com/developers/apps will show any apps that are created by the currently signed in account while the connected apps page under account settings will show any apps that the currently signed in account has linked (whether owned by themselves or another developer).
As Здравко mentioned, this app has full account access and thus can access folders in any location in the connected Dropbox accounts. Because of this, we do not automatically create a folder for this application. You can read more about the different app types on the developer site https://www.dropbox.com/developers/reference/developer-guide?_tk=guides_lp&_ad=guides1&_camp=reference
Hope this helps,
Brad
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!