I am using http in flutter for api calling and i followed this doc "https://developer.box.com/guides/downloads/get-url/" and link
https://api.box.com/2.0/files/12345/content?version=4
to get download link for files but i received 400 bad request in response but if i remove "?version=4" from above link than i get binary data of that file, so how am i suppose to get a download link ?