For Workers & Pages, what is the name of the domain?
N/A
What is the error number?
N/A
What is the error message?
0 directories, 0 files
What is the issue or error you’re encountering
Created a bucket, rclone copy few files. I see them in the cloud page. rclone tree or ls or lsd return nothing as if the files are not there. Overwriting the file with copy shows the files are there.
What steps have you taken to resolve the issue?
tried rclone tree r2: -vv
2025/05/06 13:48:57 DEBUG : rclone: Version “v1.69.2” starting with parameters [“rclone” “tree” “r2:” “-vv”]
2025/05/06 13:48:57 DEBUG : Creating backend with remote “r2:”
2025/05/06 13:48:57 DEBUG : Using config file from “C:\Users\USERX\AppData\Roaming\rclone\rclone.conf”
2025/05/06 13:48:57 DEBUG : Stat: filePath=“/”
2025/05/06 13:48:57 DEBUG : >Stat: fi=, err=
2025/05/06 13:48:57 DEBUG : ReadDir: dir=/
2025/05/06 13:48:57 DEBUG : >ReadDir: names=, err=
What are the steps to reproduce the issue?
- Searched in CF community and rclone support
- Using latest version or rclone on windows 1.69.2
- Created API keys with read and write access
- Bucket was created in EU, as required for my client
- Also created a bucket in default america zone, no change in behavior
- Using the API URL, works perfectly for copy command, no error on tree or ls or lsd commands but nothing ever returned.
- Added no_check_bucket = true to config, to no change in result., removed it
- After any COPY operation, I can see the file in the bucket using the web interface but no command line to see the same file
- I can download a copied file to the bucket using the copy command
Also tried a non-EU bucket, same result.
Also tried when changing the API to full admin access, same result.
Exhausted everything I could think of.