android icon indicating copy to clipboard operation
android copied to clipboard

[BUG] Android Storage Access Framework implementation potentially incomplete

Open GZEI opened this issue 1 year ago • 2 comments

Actual behaviour

In some apps, owncloud does not show up as storage option e.g. Aegis (a 2FA app for android, it makes it unusable as automatic backup target).

Expected behaviour

Owncloud should show up as storage target similar to the seafile or netcloud app (google drive not tested).

Maybe this could be linked to the missing implementations of certain intents which are needed for this (e.g. https://github.com/beemdevelopment/Aegis/issues/258#issuecomment-570906665)

Steps to reproduce

  1. Install owncloud App
  2. Try to use owncloud as storage target by apps (e.g. for automatic Aegis backups)

Can this problem be reproduced with the official owncloud server? (url: https://demo.owncloud.org, user: test, password: test)

Yes

Environment data

Android version: 14

Device model: Multiple Pixel Phones / Samsung Tablets

Stock or customized system: Stock

ownCloud app version:

4.2.1

ownCloud server version:

Logs

Web server error log

not relevant

ownCloud log (data/owncloud.log)

not relevant

GZEI avatar Apr 21 '24 09:04 GZEI

This is a long requested feature, more than "backup for an app" should be "backup for any folder in the device". The idea totally makes sense but has many sync regards that needs deep research to avoid non-desirable effects.

Thanks a lot for your suggestion. Let's keep this open to share more thoughts.

jesmrec avatar Apr 24 '24 06:04 jesmrec

I think this is a separate topic from generic folder sync/backup on mobile since it only involves interfaces to owncloud. Supporting storage interfaces like the nextcloud app does would allow broader integration ability in other apps such as file managers without having to implement full folder sync.

GZEI avatar Apr 24 '24 14:04 GZEI