Question
404 Error when making a custom api call with BOX Module
Hi All,
I keep getting a 404 error when testing out the Box make an api call module. I’m trying to copy a folder currently in box, into another folder in BOX. Here’s what I have:
URL: folders/(folder id)/copy
Method: Post
Headers:
Content-Type
application/json
Query String:
{
"name": "Project Test Copy",
"id": "(new parent folder id)"
}
Can anyone see where I’m making errors here?