Someone help me? I already used Rclone, but now I can't connect to my oneDrive account :pensativo:
Got code
2019/08/16 21:37:11 Failed to configure token: failed to get token: oauth2: cannot fetch token: 401 Unauthorized
Response: {"error":"invalid_client","error_description":"AADSTS7000222: The provided client secret keys are expired.\r\nTrace ID: 15242d98-dcfd-4cbb-9c59-f32925aa0900\r\nCorrelation ID: ccc3f506-56f6-4cec-b2c5-88cc88692bb3\r\nTimestamp: 2019-08-17 00:37:11Z","error_codes":[7000222],"timestamp":"2019-08-17 00:37:11Z","trace_id":"15242d98-dcfd-4cbb-9c59-f32925aa0900","correlation_id":"ccc3f506-56f6-4cec-b2c5-88cc88692bb3"}
Looks like your authorization got removed.
You can run rclone config and get a new key.
but I authorize, SUCCESS appears, but when I return to the Linux terminal to confirm, I get this error message.
ncw
(Nick Craig-Wood)
August 20, 2019, 2:16pm
4
Check the time on your computer - time and timezone will need to be correct.
ncw
(Nick Craig-Wood)
August 24, 2019, 6:53am
6
Follow these instructions and make a new client_id.
Also which version of rclone are you using?
I am using the latest version.
ncw
(Nick Craig-Wood)
August 26, 2019, 8:27am
8
I'd say your custom client_id has expired somehow, but I'm not 100% sure. You could remake it maybe?
You know, I've never used Client_id, I've always used basic settings, I don't know why this happened. Regarding the Client_id: I create, however when authenticating with my account gives an error, says that can not be authenticated.
ncw
(Nick Craig-Wood)
August 28, 2019, 9:44am
10
Can you try the latest release and try making a new remote from scratch (without a custom client_id)?
I did it without custom Client_ID, but now it's not working anymore. I am using the latest version of Rclone.
ncw
(Nick Craig-Wood)
August 28, 2019, 1:05pm
12
Can you post what you tried and what the output was please?
ncw
(Nick Craig-Wood)
September 2, 2019, 5:26pm
14
What kind of onedrive are you using?
Can you try the latest release - from that screenshot it looks like you are using an old version
AliPetrelli93
(Alison Do Nascimento)
September 6, 2019, 11:01pm
15
I use the Business version. I installed the latest version but it doesn't work: '(
ncw
(Nick Craig-Wood)
September 7, 2019, 10:53am
16
Is it possible your Admin has disabled the API access?
AliPetrelli93
(Alison Do Nascimento)
September 15, 2019, 11:17am
17
my god now what? have a solution?
If your admin has disabled API access, there is nothing that can be done from the rclone side as it uses the API.
ncw
(Nick Craig-Wood)
September 15, 2019, 5:43pm
19
Is it a sharepoint? You might be able to use the webdav backend to connect to it?
Exact same issue here - if you are able to solve it can you please share?