Default past sync prompts

What is the problem you are having with rclone?

What flag do I use to get rclone to automatically move past these prompts (take the default)
rclone: copy "xxxxxxxxx.pdff"?
y) Yes, this is OK (default)
n) No, skip this
s) Skip all copy operations with no more questions
!) Do all copy operations with no more questions
q) Exit rclone now.
y/n/s/!/q>

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

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

sharefile

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

rclone sync -i sharefile: c:\data\share1\ --sharefile-root-folder-id "allshared" --ignore-checksum --log-level=DEBUG --log-file=rclone.log

The rclone config contents with secrets removed.

Editing existing "sharefile" remote with options:
- type: sharefile
- root_folder_id: allshared
- endpoint: https://XXXXXXXX.sharefile.com
- token: {"access_token":"XXXXXX","token_type":"bearer","refresh_token":"XXXX","expiry":"2023-03-03T02:25:22.2421162-06:00"}

Option root_folder_id.
ID of the root folder.
Leave blank to access "Personal Folders".  You can use one of the
standard values here or any folder ID (long hex number ID).
Choose a number from below, or type in your own string value.
Press Enter for the default (allshared).

A log from the command with the -vv flag

Paste  log here

You are asked rclone to be interactive with the -i

If you don't want it to prompt, remove the -i

Thanks very much

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