I am trying to create a script which part of it is to create a predetermined folder in users root level. I have been trying to use the --bulk-file-path= from the CLI v2 but keep getting an error of "Could not parse JSON input file..." for my json input. The following format is what I am using.
{
"entries": r
{
"parentid": ""
"name": "NewFolder"
}
]
}
I have also tried with just "id" in place of "parentid". In general the Box CLI documentation is not very helpful with respect to the required format of these files. When using the --help option it would be nice if the Arguments were actually the needed json elements to make it easier.
Any help is much appreciated.
thanks
Jeff