Provisioning - Dashboards & Network Folder

Hi All,
i want to use the provisionig method to load/save my dashboards.
The folder that i want to use is a network windows folder, but when i start the grafana server, return this error:

EROR[04-06|16:22:32] failed to save dashboard logger=provisioning.dashboard type=file name=default error=“Lstat : The system cannot find the path specified.”

i wrong or is not possible to use the network folder??

this is my provisioning dashboard config:

apiVersion: 1

providers:
  - name: 'default'      
    orgId: 1
    folder: 'Provisioning'    
    type: file 
    editable: true
    options:
      path: '\\path\to\network\folder'

thanks

Hi all,

Can anyone help me?
please