I want to get "download_count" of a file, so I use this API (get https://api.box.com/2.0/files/:file_id). According to API reference, the "download_count" is in shared_link object.
"shared_link": {
"access": "open",
"download_count": 3,
"download_url": "https://ww...
But when I call this API, the shared_link object is null. Could you please tell me how to get shared_link object or how to get download_count? Thanks.
Below is API response:
......