Cannot fetch token: 401 Unauthorized

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.

Check the time on your computer - time and timezone will need to be correct.

the error continues :cry:

Follow these instructions and make a new client_id.

Also which version of rclone are you using?

I am using the latest version.

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.

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.

Can you post what you tried and what the output was please?

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

I use the Business version. I installed the latest version but it doesn't work: '(

Is it possible your Admin has disabled the API access?

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.

Is it a sharepoint? You might be able to use the webdav backend to connect to it?

https://rclone.org/webdav/#sharepoint

Exact same issue here - if you are able to solve it can you please share?