Back from holiday and made a client (Microsoft OneDrive)
I copied the client-id and the secret-id into an empty text document, edited the configuration and ran it again.
The first time it complains about an something being wrong (I think it was the ID).
Then when I do it again, it's just the same situation:
./Applications/RClone/rclone rmdirs remote:stack --transfers=1 --checkers=1 -vv --progress --stats 10s --tpslimit 1 --fast-list
2021/07/12 09:10:34 DEBUG : Using config file from "/Users/marcelloh/.config/rclone/rclone.conf"
2021/07/12 09:10:34 INFO : Starting transaction limiter: max 1 transactions/s with burst 1
2021/07/12 09:10:34 DEBUG : rclone: Version "v1.55.1" starting with parameters ["./Applications/RClone/rclone" "rmdirs" "remote:stack" "--transfers=1" "--checkers=1" "-vv" "--progress" "--stats" "10s" "--tpslimit" "1" "--fast-list"]
2021/07/12 09:10:34 DEBUG : Creating backend with remote "remote:stack"
Transferred: 0 / 0 Bytes, -, 0 Bytes/s, ETA -
Elapsed time: 4m52.1s
So I edited it again, setting both to empty again.
Then run and stop.
Then edited it again, setting the 2 id's, to see that one time message:
If your browser doesn't open automatically go to the following link: http://127.0.0.1:53682/auth?state=_L0-d1TpFmiBi1qJM5D8Ng
Log in and authorize rclone for access
Waiting for code...
Got code
2021/07/12 09:46:15 Failed to configure token: failed to get token: oauth2: cannot fetch token: 401 Unauthorized
Response: {"error":"invalid_client","error_description":"AADSTS7000215: Invalid client secret is provided.\r\nTrace ID: 88bbda57-7836-45aa-84a4-ad7b70595200\r\nCorrelation ID: e0f4a7eb-c851-4f0c-88c3-bf1153786c87\r\nTimestamp: 2021-07-12 07:46:17Z","error_codes":[7000215],"timestamp":"2021-07-12 07:46:17Z","trace_id":"88bbda57-7836-45aa-84a4-ad7b70595200","correlation_id":"e0f4a7eb-c851-4f0c-88c3-bf1153786c87","error_uri":"https://login.microsoftonline.com/error?code=7000215"}