Using Ubuntu VM with Samba to Mount rclone drive in windows

I have samba working, and I have rclone mounting ubuntu vm.

But when I try to share the mounted rclone drive over samba it does not work. Looks like some kind of permission issue.

Any ideas?

Its working for me, what kind of error do you get.
I suggest you mount with -v and log and as well check Samba logs.

This is my samba config

[GoogleDrive]
comment = GoogleDrive Mount
path = /home/administrator/googledrive
browsable = yes
writable = yes
read only = no
guest ok = no
write list = administrator
read list = administrator
valid users = administrator
log level = 3

p.s. Did you mount with allow-other ?