We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
Ingi
4 years agoHelpful | Level 6
SW updates via OTA dropbox failes CC3200
Hi,
Last week, I think about thursday 21st of October OTA updates started to fail. They have been working for years. I have turned the OTA logs on from the application side and you can see thes...
- 4 years ago
Wonderful, OTA tested and working. Thanks a lot for fast and efficient solution to our problem
Ingi
Helpful | Level 6
Hi Greg,
The problem was identified from TI.
It is due to the "#" that appears now in the received Dropbox URL (in the response of the "/2/files/get_temporary_link" API) .
I have got a fix in the code so I will inplement this in it.
I have a problem though that the devices in the field cannot be updated due to this so is there any possibility from your side to remove the "#" in the URL provided in the "/2/files/get_temporary_link" response.
BR
Ingibergur
Greg-DB
4 years agoDropbox Staff
Thanks for following up. I see you're referring to the links returned by the /2/files/get_temporary_link endpoint. Per the Dropbox API spec, the returned GetTemporaryLinkResult.link
field is only documented as String
without a more specific format/domain guaranteed. The exact link format/domain used may vary over time as the Dropbox implementation is updated and maintained, but the link returned should always be valid for four hours.
The implementation for that endpoint has been recently updated, for instance, to return links with a different domain and format, but the returned links are still valid. Specifically, the new format contains a "#" at the end of the link. Per the HTTP spec, the "#" is a reserved character for identifying the beginning of the "fragment" portion in a URI.
One thing we're seeing, however, is that some HTTPS client handle the "#" in the URL incorrectly. HTTPS clients are not supposed to include that portion in requests to the server, but some clients mistakenly do. If that is the issue, you can work around this by removing that trailing "#" from the end of the link before passing it to your client. (Be sure to do so in a fail-safe manner though; the Dropbox API spec does not guarantee its presence, so make sure your code wouldn't fail if it isn't present to begin with.)
I understand you are not able to deploy such an update however, because this is the mechanism you would use to do so anyway. That being the case, I'm raising this with engineering to see if we can accommodate this somehow on our side, though I can't make any promises right now. I'll follow up here with any updates on that.
- Ingi4 years agoHelpful | Level 6
Hi Greg,
Thanks for following this up. As you state I cannot update devices in the field, so I hope you can do something for me.
BR
Ingi- flygecko4 years agoExplorer | Level 4
Hi,
We are in the same boat. I thought this was part of the scoped apps so I changed the app to a scoped app. This generated a new access token. This is bad for us. We have thousands of devices in the field that cannot be downloaded with the newly generated access token. Is it possible to set the access token to the token they already have? Additionally the modified character set is a problem for us too. Thank you for looking in to this.
Vic
- Greg-DB4 years agoDropbox Staff
Ingi flygecko Thanks for following up. It looks like we're planning on removing the "#" on our side to help accommodate this. I'll follow up here if/when that is done.
flygecko I'm not sure I follow your question regarding the access token. Note that migrating your app to scopes and/or creating a new access token wouldn't affect any existing access tokens though, so as long as you didn't revoke the old access token, it should continue working as before.
About Discuss Dropbox Developer & API
Make connections with other developers
795 PostsLatest Activity: 7 days 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!