We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
gauravsc
6 years agoExplorer | Level 3
How do i integrate Dropbox chooser with Angular app?
I am using angular v 7 which is currently stable angular version. I would like to use angular chooser in my application. I have used it with JavaScript/AngularJS . There i can import script with my a...
- 6 years ago
The Dropbox Chooser isn't officially supported in Angular unfortunately, but I'll pass this along as a feature request.
If you wanted to replicate the functionality using the Dropbox API, you could do so using the following endpoints (or corresponding methods in an SDK/library), but it would be substantially more work:
Greg-DB
Dropbox Staff
The Dropbox Chooser isn't officially supported in Angular unfortunately, but I'll pass this along as a feature request.
If you wanted to replicate the functionality using the Dropbox API, you could do so using the following endpoints (or corresponding methods in an SDK/library), but it would be substantially more work:
gauravsc
6 years agoExplorer | Level 3
Thanks Greg-DB for quick reply.
What i need is link of users file, which is returned by chooser. i will try to find alternative way to do it.
- Greg-DB6 years agoDropbox Staff
If you use the Dropbox API, the /2/sharing/create_shared_link_with_settings and /2/files/get_temporary_link endpoints can be used to retrieve links equivalent to "preview" or "direct" links from the Chooser, respectively.
- gauravsc6 years agoExplorer | Level 3
Hi Greg,
Thanks for reverting.
I would like to share more info for my usecase. May be you can suggest the best way to achive what i need.
Is there any way i can send private message?So i can share more details.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 4 hours 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!