rclone on docker #173
cbrownrome
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Rclone Configuration Issue
I encountered an issue with Rclone configuration while attempting to integrate it with Teldrive. Because of a separate version of Rclone is required for integration with Teldrive, I have obtained the modified version from the GitHub page and deployed it to Docker.
I followed these instructions to configure the remote drive:
Access Token and API Host:
To retrieve the Access Token and API Host, log in to Teldrive (the login URL also serves as the API Host). Once logged in, open the developer tools (accessible by pressing F12) and navigate to cookies. Copy the user_session, which acts as the Access Token.
I have successfully obtained the Access Token and API Host as instructed.
Channel ID:
Additionally, I am unsure whether the Channel ID obtained from Telegram is mandatory for this integration. Please clarify if it is necessary.
However, despite acquiring the necessary tokens and information, attempting to explore the Teldrive remote in Rclone yields no results. Errors such as "file upload failed" are encountered.
I'm on Ubuntu 20.04.
Please advise on how to proceed or if further information is required.
update:
These are erros reported in Docker:
2024-05-07 09:47:28 2024/05/07 07:47:28 ERROR : rc: "operations/uploadfile": error: Get "http://localhost:8080/api/auth/session": dial tcp 127.0.0.1:8080: connect: connection refused
2024-05-07 09:48:40 2024/05/07 07:48:40 ERROR : rc: "operations/list": error: Get "http://localhost:8080/api/auth/session": dial tcp 127.0.0.1:8080: connect: connection refused
2024-05-07 09:48:40 2024/05/07 07:48:40 ERROR : rc: "operations/fsinfo": error: Get "http://localhost:8080/api/auth/session": dial tcp 127.0.0.1:8080: connect: connection refused
2024-05-07 09:48:45 2024/05/07 07:48:45 ERROR : rc: "operations/list": error: Get "http://localhost:8080/api/auth/session": dial tcp 127.0.0.1:8080: connect: connection refused
Beta Was this translation helpful? Give feedback.
All reactions