Uploading files to nextcloud and downloading

[details=“Support intro”] hi all i am fairly new to all this and i am having a problem loading files and downloading them i am logged in as admin but it tells me i don not have permission to do that and i have a error code in the log files which is
Sabre\DAV\Exception\Forbidden: Requested uri (/nextcloud/remote.phpp/dav/addressbooks/system/system/system/Database%3Acheerful.vcf?photo&size=32) is out of base uri (/nextcloud/remote.php/dav/)

  1. /config/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php - line 542:Sabre\DAV\Server->calculateUri()
  2. /config/www/nextcloud/apps/dav/lib/Server.php - line 338:Sabre\DAV\Server->getRequestUri()
  3. /config/www/nextcloud/apps/dav/lib/Server.php - line 160:OCA\DAV\Server->requestIsForSubtree()
  4. /config/www/nextcloud/apps/dav/appinfo/v2/remote.php - line 34:OCA\DAV\Server->__construct()
  5. /config/www/nextcloud/remote.php - line 167:require_once("/config/www … p")
    i am running it on a docker on a unraid server and useing swag instead of lets encrypt
    please take it easy on me and many thanks for your replies in advance

Sorry to hear you’re facing problems :slightly_frowning_face:

help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.

In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:

example

Or for longer, use three backticks above and below the code snippet:

longer
example
here

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can :heart:

[/details]

Nextcloud version (eg, 20.0.5): replace me
Operating system and version (eg, Ubuntu 20.04): replace me
Apache or nginx version (eg, Apache 2.4.25): replace me
PHP version (eg, 7.4): replace me

The issue you are facing:

Is this the first time you’ve seen this error? (Y/N):

Steps to replicate it:

The output of your Nextcloud log in Admin > Logging:

PASTE HERE

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

PASTE HERE

The output of your Apache/nginx/system log in /var/log/____:

PASTE HERE

Perhaps something with paths. Post something about your configuration e.g. apache2/nginx and nextcloud config/config.php

It appears, that there is an error with your Link. it should be:
/nextcloud/remote.php/dav/addressbooks/system/system/system/Database%3Acheerful.vcf?photo&size=32

2 Likes

Oh yes. “p” instead of “pp”.

1 Like

to be quite honest i would not know how to get there as i am quite new to linux and still struggling with it , thank you for your help