If you call listContents('') a correct response is obtained, but if you then call listContents('sub/') on a valid subdirectory it always returns an empty array. I've ruled out that it's not an empty subdirectory and I've obtained a correct folder object response with 15 items listed in it from Box when contacting the 2.0 API through Guzzle.
If you call
listContents('')
a correct response is obtained, but if you then calllistContents('sub/')
on a valid subdirectory it always returns an empty array. I've ruled out that it's not an empty subdirectory and I've obtained a correct folder object response with 15 items listed in it from Box when contacting the 2.0 API through Guzzle.