Questions tagged [box-api]

Inquiries regarding the application programming interface (API) offered by Box, Inc. for their cloud-based storage solution.

Accessing a file's source using the Box.net API and downloading the file contents

Recently, I've been busy working on a Web Application project (for fun) that focuses on editing files stored in the cloud. I'm utilizing the box.net API for this task, but I've come across a challenge - obtaining the source code of files. Unfortunately, ...

Effortlessly transfer files with Ajax through Box

I attempted to utilize the Box.com API for file uploads according to instructions from https://gist.github.com/seanrose/5570650. However, I encountered the following error message: `XMLHttpRequest cannot load "". No 'Access-Control-Allow-Origin' header ...

Passport not being summoned

My passport strategy is not being triggered. I recently incorporated passport into my project and am utilizing the Boxes API for user login. I successfully implemented a similar solution in another project (https://github.com/smithdavedesign/OAUTH-Passpo ...