Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Inability to work with cloud using OwnCloudBasicCredentials only (not android.accounts.Account) #257

@Den-Rimus

Description

@Den-Rimus

When executing operations (e.g. ReadRemoteFolderOperation) - logic always ends up attempting to use mAccount.getSavedAccount() inside client, which is always null for OwnCloudAccount instance if constructor public OwnCloudAccount(Uri baseUri, OwnCloudCredentials credentials) used for creation.

Is it even possible to work with plain username&password pair?

P. S.: is this even actual library to attempt to use for accessing ownCloud? It really looks like you gave up on implementing it in the middle of development and somehow gave it 'stable' status (at least I'm trying to use that branch).
Even your own sample app does not work (and it is, in fact, the only source of documentation for this library - every page related to Android client development redirects users to it).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions