Hi,
Unfortunately I am experiencing a similar issue on a new nexcloud installation with the latest Android app (tested beta as well) on 2 different Android devices. IOS App is working.
Error message is (mixed DE/EN): âZugriff fehlgeschlagen: Local file does not existâ
@ostcar@minus14 is 12.0.6.1 the latest patch release for Nextcloud 12? Just asking since I am running 13.0.1 without any issues regarding the Android client.
I think 12.0.6.1 is the past release. But I donât see any official page to support this statement.
But I think it has to be an issue in the andoid app. Thins there is only one (successfull) request to the server. Is there any way to get more informations out of the app? I donât get to the settings-menu, so I can not activate the development log.
Sorry I did not consider @ostcarâs mention about the server version. I am quite new to nextcloud. I am running server version 13.0.1 and facing this Andoid app issue.
@minus14 any news on your side regarding server connectivity? 13.0.1 should just work fine if not like mentioned it is usually a server configuration issue.
Meanwhile I tried to use php5.6 instead of 7.1 becaus I read there might be some issues with sabre dav in combination with php7.
Unfortunately error stays the same:
âSabre\DAV\Exception\NotAuthenticated: No âAuthorization: Basicâ header found. Either the client didnât send one, or the server is misconfigured, No âAuthorization: Bearerâ header found. Either the client didnât send one, or the server is mis-configuredâ
server:
lighttpd webserver
php 5.6
nexcloud server version 13.0.1
[internal function] Sabre\DAV\Auth\Plugin->beforeMethod(Object(Sabre\HTTP\Request), Object(Sabre\HTTP\Response))
/srv/htdocs/3rdparty/sabre/event/lib/EventEmitterTrait.php - line 105: call_user_func_array(Array, Array)
/srv/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php - line 466: Sabre\Event\EventEmitter->emit(âbeforeMethodâ, Array)
/srv/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php - line 254: Sabre\DAV\Server->invokeMethod(Object(Sabre\HTTP\Request), Object(Sabre\HTTP\Response))
/srv/htdocs/apps/dav/appinfo/v1/webdav.php - line 80: Sabre\DAV\Server->exec()
/srv/htdocs/remote.php - line 164: require_once(â/srv/âŠâ)
{main}
Beside that it would be good to not use lighttpd - it caused a lot of trouble in the past especially with *DAV. See http://sabre.io/dav/webservers/ for more info.