I have a free Box account with a shitload of files uploaded. I want to download all the file names and their share links (not the actual files). Any idea?
Looks pretty simple: curl -i -X GET "https://api.box.com/2.0/folders/0/items" \ -H "authorization: Bearer <ACCESS_TOKEN>" https://developer.box.com/reference/get-folders-id-items/ Depending on what language, and what else you desire.