Nextcloud-client

How do I setup read and write for an already available Nextcloud Directory in home?
2018-09-24%2013_32_17-Ubuntu%20-%20VMware%20Workstation

I also tried to create a new directory. But I get this every time.

Ubuntu 18.04

name:      nextcloud-client
summary:   Nextcloud Desktop Client
publisher: Nextcloud✓
license:   unset
description: |
  The Nextcloud Desktop Client is a tool to synchronize files from Nextcloud
  Server with your computer.
commands:
  - nextcloud-client.cmd
  - nextcloud-client
snap-id:      qRAMgnTMeyTaHngceQL4vFJf5mOl9uV1
tracking:     stable
refresh-date: 49 days ago, at 17:24 CEST
channels:                               
  stable:    2.3.3+gitab40efe (10) 93MB -
  candidate: ↑                          
  beta:      ↑                          
  edge:      2.3.3+git3a48c7c (21) 99MB -
installed:   2.3.3+gitab40efe (10) 93MB -

as the text states, you don’t have permission to create files and folders in the location you specified. Check that the folder is within /home/$USER where $USER is the user you start nextcloud client as and that the filesystem permissions allow access by that user account.

Nextcloud client has the required plugs defined for home folder access so providing your home folder is not in a non-default location, and you are not trying to access a file or folder beginning with a dot (.), then the access is not being restricted by the snap environment.

1 Like