-
-
Notifications
You must be signed in to change notification settings - Fork 237
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
Rclone error adding remote config #118
Comments
Can you paste your rclone.conf and the docker logs below?
Kind regards,
Junwei Zhao
…On Tue, Sep 15, 2020 at 9:58 AM Anran Zhang ***@***.***> wrote:
*Describe the bug*
I recently updated to the latest version of this docker image and i was
trying to check out rclone. I successfully logged into the rclone panel and
encountered error when trying to add a google drive remote config.
*To Reproduce*
Steps to reproduce the behavior:
1. Go to 'http://your-ip/rclone' and login
2. Click on 'Configs'
3. Click on 'Create a New Config'
4. Enter a name,select "Google Drive" and click on 'Next' 2 times
5. It returns to dashboard without redirecting to authentication page
6. Wait for a while
7. Error creating config. Request failed http error 405 or 502
*Expected behavior*
Redirect to authentication page and complete adding remote config
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#118>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGMHYHPBHDTTQVNQ7AEMG3SF2UZFANCNFSM4RMHT6TQ>
.
|
@DanielZhang17 , due to Rclone is running within the docker, so basically you can't get authenticated via the web browser. Please use command-line tool(or you call it headless) mode to get those providers which require Oauth works. You can check the official doc at: https://rclone.org/remote_setup/ For me, I made it Rclone working with google drive, please try to follow the following steps:
There are some commands I used:
|
Describe the bug
I recently updated to the latest version of this docker image and i was trying to check out rclone. I successfully logged into the rclone panel and encountered error when trying to add a google drive remote config.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Redirect to authentication page and complete adding remote config
The text was updated successfully, but these errors were encountered: