What is the problem you are having with rclone?
I am trying to use the size command on an enterprise shared dropbox drive. When I run the command, it returns "error listing" for various folders within my team folder that I would like to target, but perhaps cannot. Some problem folders have many files, and some are empty
I've looked through "similar to" topics, but they seem more specific to the drive provider and I haven't seen something about dropbox so I'm asking here. Happy to go to another thread if there is one that works that I missed. Thank you all in advance for being such generous wizards with your knowledge about this tool. It is awesome to be able to know and learn about it, if there is anything that I should add or supply here that I didn't, please let me know.
Cheers!
Run the command 'rclone version' and share the full output of the command.
rclone v1.65.2
- os/version: darwin 12.7.5 (64 bit)
- os/kernel: 21.6.0 (x86_64)
- os/type: darwin
- os/arch: amd64
- go/version: go1.21.6
- go/linking: dynamic
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
DropBox
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone size BoxTeam:"/New Audio/"
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[BoxTeam]
type = dropbox
shared_folders = true
token = XXX
A log from the command that you were trying to run with the -vv
flag
I've given the log with only the first instance of error, but every error follows this structure, just pointing to different folders, there are folders within this target folder that can be properly sized if I avoid all of the ones that throw these errors.
rclone size -vv BoxTeam:"/New Audio/"
2024/06/04 10:29:35 DEBUG : rclone: Version "v1.65.2" starting with parameters ["rclone" "size" "-vv" "BoxTeam:/New Audio/"]
2024/06/04 10:29:35 DEBUG : Creating backend with remote "BoxTeam:/New Audio/"
2024/06/04 10:29:35 DEBUG : Using config file from "/Users/pearadmin/.config/rclone/rclone.conf"
2024/06/04 10:29:51 DEBUG : Dropbox root 'New Audio': Using root namespace "2295598371"
2024/06/04 10:29:51 DEBUG : fs cache: renaming cache item "BoxTeam:/New Audio/" to be canonical "BoxTeam:New Audio"
2024/06/04 10:31:32 ERROR : Audio Content/Templates/031119RB_Rec/031119RBOut2/Audio Files: error listing: <!DOCTYPE html>
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Dropbox - 504</title>
<link href="https://cfl.dropboxstatic.com/static/metaserver/static/css/error.css" rel="stylesheet" type="text/css"/>
<link rel="shortcut icon" href="https://cfl.dropboxstatic.com/static/images/favicon.ico"/>
</head>
<body>
<div class="figure">
<img src="https://assets.dropbox.com/www/en-us/illustrations/spot/target-miss.svg" alt="Error: 504"/>
</div>
<div id="errorbox">
<h1>Error (504)</h1>Something went wrong. Don't worry, your files are still safe and the Dropbox team has been notified. Check out our <a href="https://status.dropbox.com">Status Page</a> to see if there is a known incident, our <a href="https://www.dropbox.com/help">Help Center</a> and <a href="https://forums.dropbox.com">forums</a> for help, or head back to <a href="https://www.dropbox.com/home">home</a>.
</div>
</body>
</html>