ryanvade / flysystem-box

Flysystem Box.com Adapter
MIT License
3 stars 4 forks source link

Incorrect listContents of non-root folders #8

Open Helveg opened 5 years ago

Helveg commented 5 years ago

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.