Have a samba file server use same directory as an ownCloud user?

Norbic

Honorable
Mar 29, 2013
85
0
10,640
Is it possiable to get a samba file server to use same directory as a ownCloud user? What i have done is
[ownCloud]
comment = Ubuntu File ServerShare
path = /var/www/owncloud/data/tmr/files
browsable = yes
guest ok = yes
read only = no
create mask = 0755

When i click on this it says permission denied and i have no idea how to make it work if its possible. I have another path configured as
[Share]
comment = Ubuntu File ServerShare
path = /srv/samba/share
browsable = yes
guest ok = yes
read only = no
create mask = 0755
and it works fine. That tells me it should work but it is not for some reason...