We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
Zohanlon
2 years agoHelpful | Level 5
Using Powershell to get a token
I'm trying to make a simple powershell script to upload a file to a shared folder, then automatically generate a view only sharing link with a specified expiration time and a password. I made a d...
- 2 years ago
Greg,
Thanks for the response. I spent a couple of hours trying to get the refresh token thing to work and I never really understood it. So I'm putting a halt to my project because the effort to complete it using the new auth method is going to be more effort than this whole project going to save me. It's really unfortunate that this project would have worked flawlessly before the API key expiration change, but that's life.
Greg-DB
2 years agoDropbox Staff
As Здравко noted, Dropbox is no longer offering the option for creating new long-lived access tokens. Dropbox is switching to only issuing short-lived access tokens (and optional refresh tokens) instead of long-lived access tokens. You can find more information on this migration here.
Apps can still get long-term access by requesting "offline" access though, in which case the app receives a "refresh token" that can be used to retrieve new short-lived access tokens as needed, without further manual user intervention. You can find more information in the OAuth Guide and authorization documentation. There's a basic outline of processing this flow in this blog post which may serve as a useful example. Dropbox doesn't have resources for PowerShell in particular though.
- Zohanlon2 years agoHelpful | Level 5
Greg,
Thanks for the response. I spent a couple of hours trying to get the refresh token thing to work and I never really understood it. So I'm putting a halt to my project because the effort to complete it using the new auth method is going to be more effort than this whole project going to save me. It's really unfortunate that this project would have worked flawlessly before the API key expiration change, but that's life.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 7 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!