MaxDBenson
- Total activity 1
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 0
Activity overview
Latest activity by MaxDBenson-
MaxDBenson created a post,
Downloading a File with Javascript
How can I download a file from the Box API using client-side javascript? I've tried the following:var url = 'https://api.box.com/2.0/files/file_id/content'; var xhr = new XMLHttpRequest(); xhr.op...