We'd like to limit amount of metadata downloaded by folder GET operation
We upload one or more files daily to the same folder so the content list of this folder keeps growing. In order to upload first step is to GET the folder by id. This step (https://developer.box.com/reference/get-folders-id/) appears to download metadata of every file in the folder and there's no way to limit it. It ends up being completely unnecessary because preflight check (https://developer.box.com/reference/options-files-content) doesn't need any of it. So, there should be a parameter in folder GET to skip downloading so much metadata.
1
vote
Anonymous
shared this idea