Hi,
Designing a tree structure design where we have a parent folder let assume folder with name ABC and node id is abcd.
Task I need to perform is to create a runtime folder with name A1 inside ABC and need to upload doc inside it.
We are unable to do this scenario with a single rest call currently we are invoking one rest call for folder creation and second for upload doc inside it. Can anyone help me with this? So I can create a folder and upload doc inside it in a single rest call.
If the REST API doesn't do what you need it to do, write your own web script to handle this logic. Your custom web script can check for the presence of the folder, create it if it is not there, and then persist the POST'ed file to the folder.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.