Upload File With Rest API for a folder in Specific Domain
Hello,
I Have a problem, I have 2 servers available, 1 - default 2 - arizona I am trying to make a upload with Rest API, when I do the upload in directory
nuxeo_url + '/api/v1/path/default-domain/workspaces' - success
but when I do the upload in directory
nuxeo_url + ' /api/v1/path/arizona/files' - failed
Inside of Server arizona , I have this structure
arizona
-- > default-domain
-- > files
I need to include the file of upload inside do directory –>files
What should I use correct url ?
Tks
0 votes
1 answers
3617 views
Like this: default –> default-domain –> workspaces default –> arizona –> files
And you would like to do this: arizone –> files
I hope someone can help!