Start 2025 on time and up to date. Seamlessly integrate your calendars into Dropbox with these simple steps.
Forum Discussion
Willo901
5 days agoNew member | Level 1
Does Dropbox remove trailing slash at the end of an url?
Hi all, recently we've relaunched a new website: link removed However the Authorization process in Dropbox for a specific link link removed isn't working as intended. Here's how it works:
...
Willo901
5 days agoNew member | Level 1
Edit: Here is the javascript code
<script>
var url = document.location.href;
url = url.replace(/\/?$/, '/');
window.history.pushState('', '', url);
</script>
How it works:
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,926 PostsLatest Activity: 3 days ago
If 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!