rustic
rustic copied to clipboard
backend openDAL Backend cannot be loaded: scheme is not enabled or supported
I am getting this error when I try to use onedrive and gdrive. I assume it is the case for others too..
backend openDAL Backend cannot be loaded: Unsupported (permanent) at , context: { scheme: onedrive } => scheme is not enabled or supported
repository = "opendal:onedrive"
password = ""
[repository.options]
access_token = "token"
root = "/root/path"
Here's what OpenDAL says about onedrive https://docs.rs/opendal/latest/opendal/services/struct.Onedrive.html
When I change it to opendal:gdrive i get the same thing.
But if I try b2 or s3, it just gives me an error regarding the bucket being invalid (since I didnt provide any credentials for it). That suggests to me that onedrive, gdrive and others are simply broken - either within OpenDAL itself or, more likely, how it was integrated into Rustic