premise
- I have a file ID.
- I have right access permission to the file
I want to know a file URL from the file ID. I checked https://developer.box.com/reference/get-files-id/ , but it does not contain the file URL that accessed from users which has access permission.
I'm guessing file URL format is `https://app.box.com/file/#{file_id}`, but cannot find the documentation about this.
Anybody know that?