I'm using the example given here https://developer.box.com/guides/downloads/folder/ (on the Java tab)
The connection works properly (so my config.json must be ok), and when I give it folder id "0" (the All Files folder), it "works", but doesn't find anything in the folder (which isn't true).
When I give it the id of a sub-folder it gives
com.box.sdk.BoxAPIResponseException: The API returned an error code [404 | XXXXXXXX (key/id replaced with that)] not_found - Not FoundWhat am I missing?