Rclone lsd remote: Windows Server\Google Drive, not showing any results

What is the problem you are having with rclone?

When I type the command: rclone lsd remote: it just idles for a bit then goes back to the command prompt. Also tried ls, lsf. Same result

Run the command 'rclone version' and share the full output of the command.

rclone v1.67.0

  • os/version: Microsoft Windows Server 2019 Standard 1809 (64 bit)
  • os/kernel: 10.0.17763.5830 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.22.4
  • go/linking: static
  • go/tags: cmount

Which cloud storage system are you using? (eg Google Drive)

Google Drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

Paste command here
```rclone lsd remote:


#### Please run 'rclone config redacted' and share the full output. 

[remote]
type = drive
client_id = XXX
client_secret = XXX
scope = drive
token = XXX
team_drive =




#### A log from the command that you were trying to run with the `-vv` flag  


2024/08/12 16:46:20 DEBUG : rclone: Version "v1.67.0" starting with parameters ["rclone" "lsd" "remote:" "-vv"]
2024/08/12 16:46:20 DEBUG : Creating backend with remote "remote:"
2024/08/12 16:46:20 DEBUG : Using config file from "C:\Users\administrator.XXX\AppData\Roaming\rclone\rclone.conf"
2024/08/12 16:46:20 DEBUG : Google drive root '': 'root_folder_id = XXXXX' - save this in the config to speed up startup
2024/08/12 16:46:21 DEBUG : 4 go routines active

welcome to the forum,

do you have any files in gdrive?

I do, I have 5 folders there prior to setting up rclone.
Thank you for the prompt response.

that is strange.

as a test, try something like

rclone copy file.ext remote: -vv
rclone ls remote: -vv

C:\Users\administrator.XXX\Desktop\rclone\rclone-v1.67.0>rclone copy D:\XXX \Shared\rclonetest.txt remote: -vv
2024/08/12 17:48:21 DEBUG : rclone: Version "v1.67.0" starting with parameters ["rclone" "copy" "D:\XXX\Shared\rclonetest.txt" "remote:" "-vv"]
Usage:
rclone copy source:path dest:path [flags]

Command copy needs 2 arguments maximum: you provided 3 non flag arguments: ["D:\XXX\Shared\rclonetest.txt" "remote:"]

sorry, but i am just a volunteer here in the forum, cannot provide free tech support for your company.
hopefully, some else will stop by soon to help you.

Rclone for Business

Figured it out, deleted rclone and using something else. Works perfectly now.
Thank you for your help.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.