What problem are you having with rclone?
I am experiencing an issue with downloading a specific Google Sheet as a CSV. When I attempt to export Google Sheets as CSV, only the first sheet is exported.
Expectation: If the spreadsheet has 2 sheets, I can export first sheet as first_sheet.csv and second sheet as second_sheet.csv .
Run the command 'rclone version' and share the full output of the command.
rclone v1.67.0
- os/version: alpine 3.20.0 (64 bit)
- os/kernel: 5.10.0-29-amd64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.22.4
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (e.g., Google Drive)
Google Drive.
The command you were trying to run (e.g., rclone copy /tmp remote:tmp
)
rclone -vv --config rclone.conf copyto "gdrive:File - Me.csv" "config.csv" --drive-export-formats csv
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
A log from the command that you were trying to run with the -vv
flag
I can't share the full verbose logs because they contain credentials.
2024/07/11 09:31:50 INFO :
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Elapsed time: 1.8s