404 Error when making a custom api call with BOX Module | Community
Skip to main content
Level 4
April 14, 2026
Question

404 Error when making a custom api call with BOX Module

  • April 14, 2026
  • 0 replies
  • 5 views

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?