Hey, I’ve got a problem connecting to MagentaCloud via the Cryptomator Android App
My setup:
- Android 15 (GrapheneOS)
- Cryptomator 1.10.4
- MagentaCloud Account + separate protocol password
Problem
I cannot connect to MagentaCloud via webdav, because the Cryptomator android app expects credentials to be entered when adding a vault via webdav.
MagentaCloud on the other hand obliges you to create an “access token” in their web application without the possibility to set a “Username/password” combination. WebDAV access via credentials (username/password) is not supported.
Steps to reproduce
- Open Android app
- Add vault → WebDAV
- Add new location
- Enter URL: https://magentacloud.de/remote.php/webdav
- Leave username blank
- Enter separate protocol password (format: xxxxx-xxxxx-xxxxx-xxxxx-xxxxx) as password
- Click “connect”
Expected result
Cryptomator establishes a connection via WebDAV to Magentacloud, using the provided token.
Actual result
Warning message: “field username cannot be left blank”, adding vault not possible.
Additional info
Adding the MagentaCloud in rclone via webdav works (there an authentication method via “bearer-token” is possible.
Login with account credentials (“name@mailprovider.org”, “password”) is not allowed via WebDAV.
Is this specific login method (MagentaCloud with token) not supported by the android app?