Skip to main content
Question

Copy folder to multiple subfolders

  • May 22, 2025
  • 2 replies
  • 16 views

Forum|alt.badge.img

I would to copy a folder into multiple subfolders simultaneously. I have about 500 subfolders so doing it one by one would be impractical. Would appreciate some assistance!

2 replies

Forum|alt.badge.img

Hello, 

You should be able to leverage our CLI to do this in bulk. You would need a .csv with one column of ID and the other column of PARENTID. The command would look something like: 

box folders:copy --bulk-file-path=PATHTOCSVHERE

Best,

Kourtney, Box Developer Advocate


Is there another way to do this? It is too complicated for me