What is the problem you are having with rclone?
Can't copy files to local synced flder, i/o error and strange errors in log. The local folder /media/martinb/Data/mgs_conectiva/empresa/data/sync is located on a NFTS drive.
Run the command 'rclone version' and share the full output of the command.
rclone v1.65.2
- os/version: linuxmint 21.3 (64 bit)
- os/kernel: 5.15.0-97-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.21.6
- go/linking: static
- go/tags: none
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
)
rclone.service
[Unit]
Description=rclonemount gdrive
AssertPathIsDirectory=/media/martinb/Data/mgs_conectiva/empresa/data/sync
Wants=network-online.target
After=network-online.target
[Service]
Type=notify
Environment=RCLONE_CONFIG=/home/martinb/.config/rclone/rclone.conf
Environment=RCLONE_DRIVE_USE_TRASH=false
ExecStartPre=/bin/mkdir -p /media/martinb/Data/mgs_conectiva/empresa/data/sync
ExecStart=/usr/bin/rclone mount \
--log-file=/var/log/rclone.log \
--log-level=DEBUG \
--allow-non-empty \
--allow-other \
gdrive:sync /media/martinb/Data/mgs_conectiva/empresa/data/sync
ExecStop=/bin/fusermount -u /media/martinb/Data/mgs_conectiva/empresa/data/sync
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[gdrive]
type = drive
scope = drive
token = XXX
root_folder_id = XXX
A log from the command that you were trying to run with the -vv
flag
2024/03/07 10:06:49 DEBUG : rclone: Version "v1.65.2" starting with parameters ["/usr/bin/rclone" "mount" "--log-file=/var/log/rclone.log" "--log-level=DEBUG" "--allow-non-empty" "--allow-other" "gdrive:sync" "/media/martinb/Data/mgs_conectiva/empresa/data/sync"]
2024/03/07 10:06:49 DEBUG : Creating backend with remote "gdrive:sync"
2024/03/07 10:06:49 DEBUG : Using config file from "/home/martinb/.config/rclone/rclone.conf"
2024/03/07 10:06:49 DEBUG : Setting drive_use_trash="false" from environment variable RCLONE_DRIVE_USE_TRASH
2024/03/07 10:06:49 DEBUG : gdrive: detected overridden config - adding "{jTRHh}" suffix to name
2024/03/07 10:06:49 DEBUG : Setting drive_use_trash="false" from environment variable RCLONE_DRIVE_USE_TRASH
2024/03/07 10:06:49 DEBUG : fs cache: renaming cache item "gdrive:sync" to be canonical "gdrive{jTRHh}:sync"
2024/03/07 10:06:50 DEBUG : Google drive root 'sync': Mounting on "/media/martinb/Data/mgs_conectiva/empresa/data/sync"
2024/03/07 10:06:50 DEBUG : : Root:
2024/03/07 10:06:50 DEBUG : : >Root: node=/, err=<nil>
2024/03/07 10:06:50 DEBUG : /: Lookup: name=".Trash"
2024/03/07 10:06:50 ERROR : /: Dir.Stat error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:50 DEBUG : /: Lookup: name="autorun.inf"
2024/03/07 10:06:50 DEBUG : /: Attr:
2024/03/07 10:06:50 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:50 DEBUG : /: Lookup: name=".xdg-volume-info"
2024/03/07 10:06:50 ERROR : /: Dir.Stat error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:50 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:50 DEBUG : /: >Lookup: node=<nil>, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:50 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/03/07 10:06:50 DEBUG : /: >Lookup: node=<nil>, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:50 ERROR : /: Dir.Stat error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:50 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:50 DEBUG : /: >Lookup: node=<nil>, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:50 DEBUG : /: ReadDirAll:
2024/03/07 10:06:50 DEBUG : /: Lookup: name=".Trash-1000"
2024/03/07 10:06:51 DEBUG : : Dir.ReadDirAll error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:51 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:51 DEBUG : /: >ReadDirAll: item=-1, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:51 ERROR : /: Dir.Stat error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:51 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:51 DEBUG : /: >Lookup: node=<nil>, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:51 DEBUG : /: Attr:
2024/03/07 10:06:51 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/03/07 10:06:51 DEBUG : /: ReadDirAll:
2024/03/07 10:06:51 DEBUG : : Dir.ReadDirAll error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:51 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:51 DEBUG : /: >ReadDirAll: item=-1, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:51 DEBUG : /: Attr:
2024/03/07 10:06:51 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/03/07 10:06:51 DEBUG : /: ReadDirAll:
2024/03/07 10:06:51 DEBUG : : Dir.ReadDirAll error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:51 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:51 DEBUG : /: >ReadDirAll: item=-1, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:51 DEBUG : /: Attr:
2024/03/07 10:06:51 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/03/07 10:06:51 DEBUG : /: ReadDirAll:
2024/03/07 10:06:52 DEBUG : : Dir.ReadDirAll error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:52 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:52 DEBUG : /: >ReadDirAll: item=-1, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:52 DEBUG : /: Attr:
2024/03/07 10:06:52 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/03/07 10:06:52 DEBUG : /: ReadDirAll:
2024/03/07 10:06:52 DEBUG : : Dir.ReadDirAll error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:52 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:52 DEBUG : /: >ReadDirAll: item=-1, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:52 DEBUG : /: Attr:
2024/03/07 10:06:52 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/03/07 10:06:52 DEBUG : /: ReadDirAll:
2024/03/07 10:06:52 DEBUG : : Dir.ReadDirAll error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:52 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:52 DEBUG : /: >ReadDirAll: item=-1, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:52 DEBUG : /: Attr:
2024/03/07 10:06:52 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/03/07 10:06:52 DEBUG : /: ReadDirAll:
2024/03/07 10:06:52 DEBUG : : Dir.ReadDirAll error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:52 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:52 DEBUG : /: >ReadDirAll: item=-1, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:52 DEBUG : /: Attr:
2024/03/07 10:06:52 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/03/07 10:06:52 DEBUG : /: ReadDirAll:
2024/03/07 10:06:52 DEBUG : : Dir.ReadDirAll error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:52 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:52 DEBUG : /: >ReadDirAll: item=-1, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:52 DEBUG : /: Attr:
2024/03/07 10:06:52 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/03/07 10:06:52 DEBUG : /: ReadDirAll:
2024/03/07 10:06:53 DEBUG : : Dir.ReadDirAll error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:53 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:53 DEBUG : /: >ReadDirAll: item=-1, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:53 DEBUG : /: Attr:
2024/03/07 10:06:53 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/03/07 10:06:53 DEBUG : /: ReadDirAll:
2024/03/07 10:06:53 DEBUG : : Dir.ReadDirAll error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:53 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:53 DEBUG : /: >ReadDirAll: item=-1, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:53 DEBUG : /: Attr:
2024/03/07 10:06:53 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/03/07 10:06:53 DEBUG : /: ReadDirAll:
2024/03/07 10:06:53 DEBUG : : Dir.ReadDirAll error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:53 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:53 DEBUG : /: >ReadDirAll: item=-1, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:53 DEBUG : /: Attr:
2024/03/07 10:06:53 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/03/07 10:06:53 DEBUG : /: ReadDirAll:
2024/03/07 10:06:53 DEBUG : : Dir.ReadDirAll error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:53 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:53 DEBUG : /: >ReadDirAll: item=-1, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:53 DEBUG : /: Attr:
2024/03/07 10:06:53 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/03/07 10:06:53 DEBUG : /: ReadDirAll:
2024/03/07 10:06:53 DEBUG : : Dir.ReadDirAll error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:53 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:53 DEBUG : /: >ReadDirAll: item=-1, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:53 DEBUG : /: Attr:
2024/03/07 10:06:53 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/03/07 10:06:53 DEBUG : /: ReadDirAll:
2024/03/07 10:06:54 DEBUG : : Dir.ReadDirAll error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:54 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:54 DEBUG : /: >ReadDirAll: item=-1, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:54 DEBUG : /: Attr:
2024/03/07 10:06:54 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/03/07 10:06:54 DEBUG : /: ReadDirAll:
2024/03/07 10:06:54 DEBUG : : Dir.ReadDirAll error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:54 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:54 DEBUG : /: >ReadDirAll: item=-1, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:54 DEBUG : /: Attr:
2024/03/07 10:06:54 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/03/07 10:06:54 DEBUG : /: ReadDirAll:
2024/03/07 10:06:54 DEBUG : : Dir.ReadDirAll error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:54 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:54 DEBUG : /: >ReadDirAll: item=-1, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:54 DEBUG : /: Attr:
2024/03/07 10:06:54 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/03/07 10:06:54 DEBUG : /: ReadDirAll:
2024/03/07 10:06:54 DEBUG : : Dir.ReadDirAll error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:54 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:54 DEBUG : /: >ReadDirAll: item=-1, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:54 DEBUG : /: Attr:
2024/03/07 10:06:54 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/03/07 10:06:54 DEBUG : /: ReadDirAll:
2024/03/07 10:06:55 DEBUG : : Dir.ReadDirAll error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:55 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:55 DEBUG : /: >ReadDirAll: item=-1, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:55 DEBUG : /: Attr:
2024/03/07 10:06:55 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/03/07 10:06:55 DEBUG : /: ReadDirAll:
2024/03/07 10:06:55 DEBUG : : Dir.ReadDirAll error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:55 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:55 DEBUG : /: >ReadDirAll: item=-1, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:55 DEBUG : /: Attr:
2024/03/07 10:06:55 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/03/07 10:06:55 DEBUG : /: ReadDirAll:
2024/03/07 10:06:55 DEBUG : : Dir.ReadDirAll error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:55 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:55 DEBUG : /: >ReadDirAll: item=-1, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:55 DEBUG : /: Attr:
2024/03/07 10:06:55 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/03/07 10:06:55 DEBUG : /: ReadDirAll:
2024/03/07 10:06:55 DEBUG : : Dir.ReadDirAll error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:55 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:55 DEBUG : /: >ReadDirAll: item=-1, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:55 DEBUG : /: Attr:
2024/03/07 10:06:55 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/03/07 10:06:55 DEBUG : /: ReadDirAll:
2024/03/07 10:06:56 DEBUG : : Dir.ReadDirAll error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:56 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:56 DEBUG : /: >ReadDirAll: item=-1, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:56 DEBUG : /: Attr:
2024/03/07 10:06:56 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/03/07 10:06:56 DEBUG : /: ReadDirAll:
2024/03/07 10:06:56 DEBUG : : Dir.ReadDirAll error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:56 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:56 DEBUG : /: >ReadDirAll: item=-1, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:56 DEBUG : /: Attr:
2024/03/07 10:06:56 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/03/07 10:06:56 DEBUG : /: ReadDirAll:
2024/03/07 10:06:56 DEBUG : : Dir.ReadDirAll error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:56 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:56 DEBUG : /: >ReadDirAll: item=-1, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:56 DEBUG : /: Attr:
2024/03/07 10:06:56 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/03/07 10:06:56 DEBUG : /: ReadDirAll:
2024/03/07 10:06:56 DEBUG : : Dir.ReadDirAll error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:56 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:56 DEBUG : /: >ReadDirAll: item=-1, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:56 DEBUG : /: Attr:
2024/03/07 10:06:56 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/03/07 10:06:56 DEBUG : /: ReadDirAll:
2024/03/07 10:06:56 DEBUG : : Dir.ReadDirAll error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:56 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:56 DEBUG : /: >ReadDirAll: item=-1, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:56 DEBUG : /: Lookup: name="autorun.inf"
2024/03/07 10:06:57 ERROR : /: Dir.Stat error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:57 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:06:57 DEBUG : /: >Lookup: node=<nil>, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:07:04 DEBUG : /: Attr:
2024/03/07 10:07:04 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/03/07 10:07:04 DEBUG : /: ReadDirAll:
2024/03/07 10:07:05 DEBUG : : Dir.ReadDirAll error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:07:05 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:07:05 DEBUG : /: >ReadDirAll: item=-1, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:07:05 DEBUG : /: Attr:
2024/03/07 10:07:05 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/03/07 10:07:07 DEBUG : /: Attr:
2024/03/07 10:07:07 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/03/07 10:07:07 DEBUG : /: Lookup: name=".Trash"
2024/03/07 10:07:07 ERROR : /: Dir.Stat error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:07:07 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:07:07 DEBUG : /: >Lookup: node=<nil>, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:07:07 DEBUG : /: Lookup: name=".Trash-1000"
2024/03/07 10:07:07 ERROR : /: Dir.Stat error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:07:07 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:07:07 DEBUG : /: >Lookup: node=<nil>, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:07:07 DEBUG : /: ReadDirAll:
2024/03/07 10:07:07 DEBUG : : Dir.ReadDirAll error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:07:07 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:07:07 DEBUG : /: >ReadDirAll: item=-1, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:07:08 DEBUG : : Statfs:
2024/03/07 10:07:08 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:2318828 Bavail:2318828 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=<nil>
2024/03/07 10:07:10 DEBUG : : Statfs:
2024/03/07 10:07:10 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:2318828 Bavail:2318828 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=<nil>
2024/03/07 10:07:10 DEBUG : /: Attr:
2024/03/07 10:07:10 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/03/07 10:07:10 DEBUG : : Statfs:
2024/03/07 10:07:10 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:2318828 Bavail:2318828 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=<nil>
2024/03/07 10:07:10 DEBUG : /: Lookup: name="Documento sin título"
2024/03/07 10:07:10 ERROR : /: Dir.Stat error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:07:10 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:07:10 DEBUG : /: >Lookup: node=<nil>, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:07:10 DEBUG : /: Lookup: name="Documento sin título"
2024/03/07 10:07:10 ERROR : /: Dir.Stat error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:07:10 ERROR : IO error: couldn't list directory: googleapi: Error 404: File not found: ., notFound
2024/03/07 10:07:10 DEBUG : /: >Lookup: node=<nil>, err=couldn't list directory: googleapi: Error 404: File not found: ., notFound