You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
JohnPT
2 years agoExplorer | Level 3
new sharing links not working on web service old links work fine
i need to call a web service on a DB share link here is the web service call.
the first (old format ) works fine.
the second call using the new format does not work. the links were made from the same folder within seconds of each other.
any work arounds?
thanks for any ideas.
Hi JohnPT,
You have a mistake! In spite not always resulted, passing non-tagged parameter obviously leads to errors of different kind. This hidden bug in your code appears on the second link (there is a predispose, but it's not the reason itself). Probably, you can figure out what's going on and how that activates your bug in such a case (as a 'homework'). 😁
The solution: As I mentioned, just url-encode applied to the passed URL (Dropbox link) before passing as parameter. 😉 That's it.
Hope this helps.
- ЗдравкоLegendary | Level 20
Hi JohnPT,
You have a mistake! In spite not always resulted, passing non-tagged parameter obviously leads to errors of different kind. This hidden bug in your code appears on the second link (there is a predispose, but it's not the reason itself). Probably, you can figure out what's going on and how that activates your bug in such a case (as a 'homework'). 😁
The solution: As I mentioned, just url-encode applied to the passed URL (Dropbox link) before passing as parameter. 😉 That's it.
Hope this helps.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,882 PostsLatest Activity: 2 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!