Hello,
I'm calling...
https://api.box.com/2.0/folders/0/items...to get to get the items of my root folder, but the return says that my "total_count" is "0" items. Obviously, I know I have several folders in this root folder, so can anyone tell me if they've had experience with this. If so, what was the fix?
Details:
I'm using Swift's URLSession API.
Getting auth tokens without a problem for the enterprise, then for the user of the app.
Attempted solutions:
I've tried this call using both the enterprise AND the user token, but both return the same result.
Have tried setting the app on Box as User and Enterprise, and both have failed.
Reauthorized the app--that didn't work either.
If you need me to clarify, please ask, and I will be happy to do so.
Thank you in advance!