



rclone config file command?
We make certain assumptions about Rclone path, perhaps it didn't work on your end.

drive_ek0e initially through S3Drive it was stored in a different than /home/bakura/.config/rclone/rclone.conf path, because that file didn't exist according to S3Drive rename functionality, as well as rclone config file.
When rclone config file created directory, then S3Drive during rename went one step further, but still failed, since in fact rclone.conf which it expected in the .config location was brand new.
It seems that the initial Google Drive setup, stored config file in some other location.
We need to review Rclone codebase to see where to look elsewhere... there is also chance that Flathub sandboxing somehow kicked in.
I will try to give you an update once I have some hints. Thanks! (edited)


1.15.9 release, which will appear in a few hours on Flathub (release delay).
Alternatively you can install it using this command:
flatpak install --user https://dl.flathub.org/build-repo/232693/io.kapsa.drive.flatpakref
before it lands on the official website.
I would appreciate if you could let me know if that works for you. In principle both Rclone and S3Drive shall pick: /home/<user>/.var/app/io.kapsa.drive/config/rclone/rclone.conf path.
In future release we may provide an option where both Rclone and S3Drive could use: /home/<user>/.config/rclone/rclone.conf path.
In such case S3Drive could seamlessly load/use Rclone config that's present on user's machine. (edited)

1.15.9 release, which will appear in a few hours on Flathub (release delay).
Alternatively you can install it using this command:
flatpak install --user https://dl.flathub.org/build-repo/232693/io.kapsa.drive.flatpakref
before it lands on the official website.
I would appreciate if you could let me know if that works for you. In principle both Rclone and S3Drive shall pick: /home/<user>/.var/app/io.kapsa.drive/config/rclone/rclone.conf path.
In future release we may provide an option where both Rclone and S3Drive could use: /home/<user>/.config/rclone/rclone.conf path.
In such case S3Drive could seamlessly load/use Rclone config that's present on user's machine. (edited)

flatpak install --user https://dl.flathub.org/build-repo/232902/io.kapsa.drive.flatpakref
$XDG_CONFIG_HOME path once provided by the OS and fallback to $HOME if it's not. That's what Rclone does and S3Drive wasn't.
For some reason on your OS $XDG_CONFIG_HOME seem to be available, whereas on my end using Flathub on Ubuntu 25.10, Rclone stores config inside: /home/<user>/.config/rclone/rclone.conf, so it seems like $XDG_CONFIG_HOME wasn't passed to it, hence S3Drive will keep using the same path.

