We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

Forum Discussion

programmer's avatar
programmer
Helpful | Level 5
8 months ago

client.files().downloadBuilder drops download speed suddenly

I use this simplified java code to download some binary files:   DbxClientV2 client;//some client String filePath;//some file path OutputStream out;//some output stream try (DbxDownloa...