-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Labels
Description
Hi I try to use the Nextcloud Android SSO in my android app but get the following error when doing a UploadFileRemoteOpreation
:
E/HttpMethodDirector: Credentials cannot be used for basic authentication: com.owncloud.android.lib.common.network.BearerCredentials
org.apache.commons.httpclient.auth.InvalidCredentialsException: Credentials cannot be used for basic authentication: com.owncloud.android.lib.common.network.BearerCredentials
Is the token from the Nextcloud Android SSO not a Bearer Token or am I doing something wrong? I am kind of confused