Rclone ls command not listing gdoc, gsheet and gslide files

rclone ls command not listing gdoc, gsheet and gslide files from google drive. However it is displaying all other file types

rclone version
clone v1.64.0

  • os/version: darwin 11.7.8 (64 bit)
  • os/kernel: 20.6.0 (x86_64)
  • os/type: darwin
  • os/arch: amd64
  • go/version: go1.21.1
  • go/linking: dynamic
  • go/tags: cmount

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

rclone ls <remote>:<path>

Config

- type: drive
- scope: drive
- token:

You’d have to share the rest of the information if you want some help.

when running rclone ls remote:path/filename.gdraw I'm getting below error. Please let me know if you need any additional info

2023/09/27 20:20:57 DEBUG : rclone: Version "v1.64.0" starting with parameters ["rclone" "ls" "google-drive:path/filename.gdraw" "-vv"]
2023/09/27 20:20:57 DEBUG : Creating backend with remote "google-drive:path/filename.gdraw"
2023/09/27 20:20:57 DEBUG : Using config file from "/Users/mallu/.config/rclone/rclone.conf"
2023/09/27 20:20:58 DEBUG : Google drive root 'path/filename.gdraw': 'root_folder_id = 0AEAiDs-YN\PVA' - save this in the config to speed up startup
2023/09/27 20:21:02 DEBUG : 7 go routines active
2023/09/27 20:21:02 Failed to ls: directory not found

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