question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dropbox storage full

See original GitHub issue

Multiplayer game upload fails with exception:

Server returned HTTP response code: 409 for URL: https://content.dropboxapi.com/2/files/upload
{"error_summary": "path/insufficient_space/", "error": {".tag": "path", "reason": {".tag": "insufficient_space"}, "upload_session_id": "AAAAAAAAmnJJ4wbOUcLwog"}}

I followed this up by inserting before the upload:

val inputStream = dropboxApi("https://api.dropboxapi.com/2/users/get_space_usage")
val text = BufferedReader(InputStreamReader(inputStream)).readText()
println(text)

which outputs:

{"used": 2684361591, "allocation": {".tag": "individual", "allocated": 2684354560}}

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:14 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
yairm210commented, May 27, 2021

Hah, no. If we need to code extra solutions, the correct one is “standalone Unciv server for desktop”. Anyway, this issue is currently over.

0reactions
SomeTroglodytecommented, May 27, 2021

Just FYI: I’m shelving the Code for automatically deleting stale files on each new-game: Dropbox support confirmed in record time that the API has no way to return a limited number of the oldest files - I tried the search API - the only option would be to list the entirety using list_folder as we know it and filter that. And several roundtrips with a few tens of packets per trip does not fit the “distributed” idea I think.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Check the storage space on a Dropbox account
The fastest way to check how much storage space you have left in your Dropbox is in the Account section of the Dropbox...
Read more >
5 Ways to Fix Your Dropbox is (Almost) Full Message - CBackup
Disable Your Dropbox is Almost Full Message · 1. Press Start > Settings > System > Notifications & actions. · 2. Scroll down...
Read more >
How to free up space in your Dropbox account
If Dropbox is saying your account is full, then it's still full. You need to remove enough files to bring your account back...
Read more >
3 Solutions When Your Dropbox Is Full
Here are three options when your Dropbox account is full: · 1. Delete the [photo] folder from your dropbox. · 2. Download the...
Read more >
The Dropbox Trick That'll Free Up More Space on Your…
Here, you'll see all of your Dropbox folders. Uncheck any folders that you'd like to keep in the cloud but don't need access...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found