Hi All,
I am using endpoint
PATCH
developer.api.autodesk.com/data/v1/projects/:project_id/items/:item_id
to move an ítem from a folder to another one… it seems to work if I am at the Project folder, however, if the ítem is at plan folder, I get the following error:
{"jsonapi":{"version":"1.0"},"errors":[{"id":"xxxxxxxx","status":"403","code":"ERR_NOT_ALLOWED","title":"Operation not allowed","detail":"folder split option conflict between source and target"}]}
do you why is this happening? is there anything I am missing?
i Will appreciate any help 🙂