How to fix libcurl error? #1702
-
|
When I try to sync the folders, I am getting libcurl error. So, I deleted all the folders, config files and ran the below command again.
But with the above sync, I am getting output as below after authentication. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 6 replies
-
|
@ukreddy-erwin Secondly you are getting a crash what should not be happening. Steps to resolve
|
Beta Was this translation helpful? Give feedback.
-
|
@ukreddy-erwin You seem to keep adding | removing | changing your Then in other commands, you are omitting it. This is why your client is 'unauthenticated' - because you are using the incorrect configuration directory. |
Beta Was this translation helpful? Give feedback.
-
This is because you are most likely using the incorrect commands. Please re-read the usage document and steps to run the client. Authenticate the client This will write all the correct details into the default configuration directory Logout | De-authenticate the client & reauthenticate: This will delete the data in default configuration directory Analysis of your command:
|
Beta Was this translation helpful? Give feedback.
-
Why would you delete the refresh_token - when you just re-authenticated your client? You just deleted your authentication - this is why it is now failing. You are causing this issue yourself.
Rebuild your client and install the correct version please:
Please stop using debug mode Use only 1 --verbose only for verbose mode, or remove all verbose items - it is not needed ..... |
Beta Was this translation helpful? Give feedback.
-
Please rebuild your client application to
Your user for OneDrive is not authenticated | approved to use OneDrive or not approved to access the OneDrive Business Shared Folder. To authenticate your client correctly, you must 'copy' the authentication URL that the application presents, login with your OneDrive account + password, then paste in the new response URI. If you are using any prior copy or saved element to avoid this re-authentication this has potentially expired - hence this could be the reasons for the error you are getting. It could also be that the system administrator has removed your access rights to the OneDrive Business Shared Folder Questions:
|
Beta Was this translation helpful? Give feedback.
@ukreddy-erwin
Please rebuild your client application to
onedrive v2.4.13-27-gcceb3ccYour user for OneDrive is not authenticated | approved to use OneDrive or not approved to access the OneDrive Business Shared Folder.
To authenticate your client correctly, you must 'copy' the authentication URL that the application presents, login with your OneDrive account + password, then paste in the new response URI.
I…