When the config file was missing I simply ran "Rclone config" when it asked if i already had an access grant I said
YES and it asked for what service I chose Storj and then it asked for the access grant and I copy and pasted
it in there.
here is the whole lot of what is in that config file :
but that does not seem to work either getting same error
iamonddog@diamonddog-desktop:~$ rclone mount Storj: ~/Storj
2023/10/16 21:12:32 Failed to create file system for "Storj:": storj: access: uplink: invalid access grant format
diamonddog@diamonddog-desktop:~$
This is not S3 remote. This is storj direct access one - which also can be used if setup properly in storj web UI.
I strongly recommend to use S3 access method over storj. The latter is extremely heavy on network resources - can be easily too much for no pro equipment as it requires connections to thousands of nodes at the same time.
FYI - this is how S3 storj remote config should look like:
When you run rclone config you have to choose Amazon S3 remote, NOT storj remote - simply follow steps from my link if you are not sure what you are doing. Or copy/paste above example and replace access_key/secret with your values
then as @asdffdsa already mentioned you can test it with:
rclone ls storjS3: -vv
Only when this works you can move to playing with mount.
diamonddog@diamonddog-desktop:~/.config/rclone$ rclone mount Storj: ~/Storj
2023/10/17 08:28:37 Failed to create file system for "Storj:": didn't find section in config file
and here is the debug below
diamonddog@diamonddog-desktop:~/.config/rclone$ rclone ls storjS3: -vv
2023/10/17 08:31:52 DEBUG : rclone: Version "v1.64.0" starting with parameters ["rclone" "ls" "storjS3:" "-vv"]
2023/10/17 08:31:52 DEBUG : Creating backend with remote "storjS3:"
2023/10/17 08:31:52 DEBUG : Using config file from "/home/diamonddog/.config/rclone/rclone.conf"
2023/10/17 08:31:52 DEBUG : Resolving service "s3" region "us-east-1"
2023/10/17 08:31:53 DEBUG : 6 go routines active
diamonddog@diamonddog-desktop:~/.config/rclone$ rclone mount storjS3: ~/storj -vv
2023/10/17 08:37:58 DEBUG : rclone: Version "v1.64.0" starting with parameters ["rclone" "mount" "storjS3:" "/home/diamonddog/storj" "-vv"]
2023/10/17 08:37:58 DEBUG : Creating backend with remote "storjS3:"
2023/10/17 08:37:58 DEBUG : Using config file from "/home/diamonddog/.config/rclone/rclone.conf"
2023/10/17 08:37:58 DEBUG : Resolving service "s3" region "us-east-1"
2023/10/17 08:37:58 INFO : S3 root: poll-interval is not supported by this remote
2023/10/17 08:37:58 DEBUG : S3 root: Mounting on "/home/diamonddog/storj"
2023/10/17 08:37:58 Fatal error: failed to mount FUSE fs: fusermount: exec: "fusermount3": executable file not found in $PATH