External Storage no upload permissions

Nextcloud version (10.0.2):
Operating system and version (eg, Raspbian for BananaPi):
Apache or nginx version (Apache 2.4.25):
PHP version (eg, 7):

EDIT: I could fix it by again running chmod and chown for the folder.

The issue you are facing:
Hello everyone,
I just recently set up my own small BananaPi as a nextcloud server. Everything seems to be working except for one thing:
When I mount an external storage which I then add in my nextcloud it keeps displaying “You have no permission to create or upload files” (free translation). I did add the External Storage for this user and the App External Storage is enabled. What is the reasoning behind this and how to fix this? I did search a while but couldn’t find a solution for my problem, therefore I am very grateful for your help.

Thanks in advance.

Greetings,
Fabian

Fixed the problem. Problem have been restrictions in my server directory.

Can you tell me more? I have the same problem on my rpi.

I already used
sudo chown -R www-data:www-data /media/mounteddirectory/cloud

Thanks for your help :slight_smile: