Good day,
Currently I am working on a system where items from one application in an space can be copied to another application (a clone) in another space based on filters. E.g. when there is a certain value entered for a question it copies the item and else it does not copy the item.
This works as long as the item has no files, videos or images attached to it. When I want to copy an item which for example has an image attached I get an error saying that the file is not available.
[PODIO] 400 PUT /item/10157852[PODIO] Request body: {"fields":{"title":["testjess"],"image":[17681097]},"tags":[]}[PODIO] Reponse: {"error_propagate":false,"error_parameters":{},"error_detail":null,"error_description":"The file is not available, status is active","error":"The file is not available, status is active"}PUT /item/10157852 HTTP/1.1
Is access to a file / image / video limited to the space it was created in? Or is it possible to reference to files created in another space.
Thanks.