You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@gauch I'm so sorry I missed the notification with the issue you opened.
It makes sense what you're suggesting. I'm curios if you solved your problem differently in the meanwhile ? Is this still a priority ?
Working on this today and while I'd like to just let rclone find it's own configs I am working around it by manually reading in the file as follows:
import rclone
from os.path import expanduser
with open(expanduser('~/.config/rclone/rclone.conf')) as config_file:
config = config_file.read()
rclone.with_config(config).listremotes()
Hey,
Could you add a flag, when cfg = 'system' (or something), then flag "--config" would not be inserted into command?
I'm using rclone with its own config and rely on refresh tokens stored there.
Thanks
The text was updated successfully, but these errors were encountered: