Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to load Rclone #15

Closed
hackevil opened this issue Jul 23, 2022 · 2 comments
Closed

Unable to load Rclone #15

hackevil opened this issue Jul 23, 2022 · 2 comments

Comments

@hackevil
Copy link

hackevil commented Jul 23, 2022

Hey i successfully deployed the master branch, but i am unable to add rclone configs in it.
Also, do i need to keep the first line of rclone.conf file.

My rclone.conf file looks like this.

[Onedrive]
type = onedrive
client_id = xyz
client_secret = 12345
token = {"access_token":"123xyz"}
drive_id = b!AWkpb6haR0OuWlRa2
drive_type = business

and my variable RCLONE_CONFIG looks like

RCLONE_CONFIG = "[Onedrive]
type = onedrive
client_id = xyz
client_secret = 12345
token = {"access_token":"123xyz"}
drive_id = b!AWkpb6haR0OuWlRa2
drive_type = business
"

the format is right?

i was using the above format but the app threw some error, i have attached the error logs below.
https://gist.github.com/hackevil/a48564cde157f8901458003bf5a20857

@Sam-Max
Copy link
Owner

Sam-Max commented Jul 24, 2022

Use single quotes not double, like this:

RCLONE_CONFIG = '[Onedrive]
type = onedrive
client_id = xyz
client_secret = 12345
token = {"access_token":"123xyz"}
drive_id = b!AWkpb6haR0OuWlRa2
drive_type = business
'

@arjung24
Copy link

arjung24 commented Aug 2, 2022

What will be the format for multiple rclone config??
It would be helpful if u write down the format for multiple rclone config. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants