LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-06-2020, 08:32 AM   #1
wmh9680
LQ Newbie
 
Registered: May 2020
Location: Tinley Park, Illinois
Posts: 18

Rep: Reputation: Disabled
rclone one drive not working


Good morning, I want to use rclone to use onedrive and I think I have installed rclone correctly but when I type config and go thru the steps int never asks me what type I want (personal etc). Maybe rclone isn't installed correctly? It just goes to auto config. Thanks, Mike
 
Old 07-06-2020, 09:15 AM   #2
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,670

Rep: Reputation: Disabled
Have you followed the walkthrough on rclone.org?
 
Old 07-06-2020, 12:12 PM   #3
wmh9680
LQ Newbie
 
Registered: May 2020
Location: Tinley Park, Illinois
Posts: 18

Original Poster
Rep: Reputation: Disabled
yes here is the result
mike@mike-Satellite-C655:~$ rclone config
Current remotes:

Name Type
==== ====
GoogleDrive drive
one drive onedrive
onedrive onedrive
test drive

e) Edit existing remote
n) New remote
d) Delete remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
e/n/d/r/c/s/q> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph, Minio)
\ "s3"
3 / Backblaze B2
\ "b2"
4 / Dropbox
\ "dropbox"
5 / Encrypt/Decrypt a remote
\ "crypt"
6 / Google Cloud Storage (this is not Google Drive)
\ "google cloud storage"
7 / Google Drive
\ "drive"
8 / Hubic
\ "hubic"
9 / Local Disk
\ "local"
10 / Microsoft OneDrive
\ "onedrive"
11 / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH)
\ "swift"
12 / SSH/SFTP Connection
\ "sftp"
13 / Yandex Disk
\ "yandex"
Storage> 10
Microsoft App Client Id - leave blank normally.
client_id>
Microsoft App Client Secret - leave blank normally.
client_secret>
Remote config
Use auto config?
* Say Y if not sure
* Say N if you are working on a remote or headless machine
y) Yes
n) No
y/n>

I have tried this numerous times and obviously I'm doing something wrong or missing a step somewhere. I was using a post from ifoss that seemed basically the same. Thanks, Mike
 
Old 07-06-2020, 12:21 PM   #4
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,670

Rep: Reputation: Disabled
These bits too?
Quote:
Note that rclone runs a webserver on your local machine to collect the token as returned from Microsoft. This only runs from the moment it opens your browser to the moment you get back the verification code. This is on http://127.0.0.1:53682/ and this it may require you to unblock it temporarily if you are running a host firewall.
Quote:
You can use your own Client ID if the default (client_id left blank) one doesn't work for you or you see lots of throttling. The default Client ID and Key is shared by all rclone users when performing requests.
 
Old 07-06-2020, 12:36 PM   #5
wmh9680
LQ Newbie
 
Registered: May 2020
Location: Tinley Park, Illinois
Posts: 18

Original Poster
Rep: Reputation: Disabled
How do I unblock it
 
Old 07-13-2020, 06:40 AM   #6
orangepeel190
Member
 
Registered: Aug 2016
Posts: 69

Rep: Reputation: Disabled
Quote:
Originally Posted by wmh9680 View Post
How do I unblock it
Checked your router?
 
Old 07-13-2020, 09:08 AM   #7
wmh9680
LQ Newbie
 
Registered: May 2020
Location: Tinley Park, Illinois
Posts: 18

Original Poster
Rep: Reputation: Disabled
At the risk of sounding not to smart, what/how would I check my router for. As of now I have been just signing into my microsoft/onedrive acct to find whatever I need. My biggest problem was a file just over 5mb so it would not download unless I went to the app, whatever that means, so I went into it on my windows computer and got rid of some stuff so it was just under 5mb. What about other cloud storages (https://www.ubuntupit.com/best-cloud...r-linux-nerds/). Over the years I have learned to hate Microsoft Windows and car dealerships for a lot of reasons, they always try to find a way to screw you unless you just keep giving them more and more $$$. Thanks, Mike
 
Old 08-13-2020, 12:35 PM   #8
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,943

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
Rclone only syncs one way, from the source (first listed) to the destination (second listed). It's not what most people think of as syncing. If you want a full sync, you have to do it twice, and reverse the source and destination the second time. Think closely about which you want to have synced first. Also, it doesn't run full time, you have to manually run it, or use a cron job. I have used it for Google Drive, Dropbox, and local syncing instead of rsync, for which it is a front-end with enhancements. It works well, but it's not the same as the commercial syncing software from the vendors. I'm now using rclone only for local backups because there is software available with more features.

Last edited by sgosnell; 08-13-2020 at 12:41 PM.
 
Old 09-07-2020, 01:53 AM   #9
mykautivi
LQ Newbie
 
Registered: Sep 2020
Posts: 1

Rep: Reputation: Disabled
Quote:
Originally Posted by sgosnell View Post
Rclone only syncs one way, from the source (first listed) to the destination (second listed). It's not what most people think of as syncing. If you want a full sync, you have to do it twice, and reverse the source and destination the second time. Think closely about which you want to have synced first. Also, it doesn't run full time, you have to manually run it, or use a cron job. I have used it for Google Drive, Dropbox, and local syncing instead of rsync, for which it is a front-end with enhancements. It works well, MyGroundBiz but it's not the same as the commercial syncing software from the vendors. I'm now using rclone only for local backups because there is software available with more features.
I have been just signing into my microsoft/onedrive acct to find whatever I need. My biggest problem was a file just over 5mb so it would not download unless I went to the app, whatever that means, so I went into it on my windows computer and got rid of some stuff so it was just under 5mb.

Last edited by mykautivi; 09-08-2020 at 01:21 AM.
 
Old 09-07-2020, 09:16 AM   #10
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,943

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
Size should not matter. I don't know what you mean by "went to the app". Are you using rclone? Are you using your onedrive account as the source? You don't provide enough information to begin to troubleshoot your problem, whatever it is.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: How To Mount OneDrive In Linux Using Rclone (Supports Personal And Business Accounts) LXer Syndicated Linux News 0 07-26-2018 08:57 PM
rclone query mr_si Linux - Software 3 11-25-2016 08:10 AM
adaptations for rclone install on 14.2 64-bit tfrei Slackware 10 11-05-2016 10:04 PM
rclone & cloud backup under Slackware rkelsen Slackware 4 09-16-2016 12:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:14 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration