Questions tagged [box-api]

Questions about the API provided by Box, Inc. for their online storage service.

The Box API lets you create applications and web sites that integrate with Box. By leveraging Box's RESTful API, you can add simple, yet secure file management, sharing, and collaboration to your app.

Please consult http://developers.box.com for full API documentation.

Box, Inc. was formerly known as Box.net.

1055 questions
-1
votes
1 answer

Box.com super account to get all the box.com users folders and files

I have a user cases to get all the box.com users folders and files through one single box.com super service account authentication without each single user's credentials like google drive did. Is it a way to do that through box.com api? Eric
-1
votes
1 answer

Error while integrating Box in Iphone App

I'm trying to integrate Box in iPhone app so that I can upload images on box. I have downloaded the example but its giving me error here is the error Error 1. Undefined symbols for architecture i386: "_NSURLIsExcludedFromBackupKey",…
user2185354
  • 519
  • 7
  • 23
-1
votes
1 answer

Is there a way to search a file by its URL?

I'm trying to use the Search API and I would like to search a file by field download_url, here is the API call: https://api.box.com/2.0/search?query=https://www.box.com/shared/static/dz90ncun10l2wcsfbi3d.jpg The return is: { "total_count": 0, …
Felipe Duarte
  • 1,079
  • 14
  • 20
-2
votes
1 answer

acess box.com with curl - get a 60 days token

I'd like to access my box.com account from the command line, using curl. Until now I've been able to do so using the short-lived access tokens provided by the "heroku app" at https://box-token-generator.herokuapp.com/. Now I'd like to get a 60 days…
jcoxi
  • 21
  • 2
  • 4
-2
votes
2 answers

Box API and OAuth

My problem is we have a desktop app (i.e. not web based) which needs to communicate with the box API, from what I can tell OAuth which box uses for authorization, thats difficult to get that situation to work. Does anyone have some sample C# code…
1 2 3
70
71