Questions about the API provided by Box, Inc. for their online storage service.
0
votes
0answers
31 views
Getting 400 BAD Request when using Spring RestTemplate to POST
Can someone please help me figure out what is wrong with the code below?
I am using Spring 3.1.1 RestTemplate to try to call a REST WS on Box.com to get a new access token from a refresh token.
The ...
0
votes
1answer
17 views
How to get all the groups under enterprise account via Box.net api v2?
Also is there any api in v2 (c#) by which we can get all the users in a given group?
As of now i could not find any api exposed in the following sdk box csharp sdk. Please correct me if i am wrong
0
votes
1answer
21 views
create and retrieve bookmarks using box api?
Is there a way to create and retrieve bookmarks using the box api 2.0? I have found shared links and files but not actually bookmarks. Perhaps I'm looking in the wrong place. Any help would be ...
0
votes
0answers
27 views
Box Server file upload error while using a QT application coded using the new OAuth2 API
I have been working on a Box App using the API v2 for the past few days and have successfully authenticated using OAuth2.
My app retrieves the access token successfully and I'm also able to access my ...
0
votes
1answer
15 views
Does Box.com AppToApp API supported on iPhone or only on iPad
As the subject says does Box.com AppToApp API supported on iPhone or only on iPad? And what about Android, is it supported on any Android device?
I'm asking because on Box site is says it's only ...
0
votes
1answer
41 views
How to efficiently download large files (> 1GB) using box api v2
I want to download large files using the box csharp sdk. There is a api called Read(File). but this api is a blocking call and it just expects a stream to be written to. Ideally there should have ...
0
votes
1answer
34 views
Can't we download old versions of a file using Box api?
I first use box api GetVersions(File) to get all the versions of a file. Now if there are any previous version I would like to download those versions. I thought by just giving the File ID which is ...
1
vote
1answer
59 views
iOS authentication for file upload?
I'm struggling to figure out how to use my Box authentication tokens to use the Box API. I've built the authentication flow into my app so that I can save away the relevant pieces (access token, ...
0
votes
0answers
48 views
Box, Update files information, moving the file by changing its parent Id. Can't send parent Id in request
I am working with the Box api currently and i want to move a file from one folder to another. Looking at the API it says i can do this using its PUT method and change the parent Id.
Here is a look at ...
0
votes
0answers
46 views
Box.net JavaScript API
I had found the javascript API for Box with the following link.
https://github.com/casparro/Box-SDK-JavaScript
I don't know how to authenticate with the above, but I had done the below:
1) I tried ...
1
vote
1answer
43 views
GitError while submodule new BOX SDK
Vinods-Mac-mini-2:~ vinod$ cd desktop
Vinods-Mac-mini-2:desktop vinod$ git clone https://github.com/box/box-ios-sdk-sample-app.git
Cloning into 'box-ios-sdk-sample-app'...
remote: Counting objects: ...
1
vote
1answer
42 views
How to get collaboration ID using box api
I am trying to get the collaboration for a given folder. In the Box sdk given on github the function is public Collaboration GetCollaboration(string collaborationId, IEnumerable fields = null). My ...
0
votes
1answer
22 views
Is there any way to get a information on activities performed by a specific box user through box api?
Say I want to know what all operation a box user "x" has performed in last week. Is there any way to acheive this via box api??
Or for that matter given a file id can we get a list of all the ...
-1
votes
0answers
37 views
Email Uploads to Box.net [closed]
I have a 50 GB Box account.
I have an IP Camera at home which sends an email with 6 pictures as an alert whenever there is a movement in front of the cam.
I wanted to store these emails. So, I went ...
0
votes
1answer
34 views
Box-API getting and HTTP 411 on Update Folder
I'm trying to perform an "Update Folder" using Box API v2.0
The point is that i'm receiving the following answer directly from the HTTP PUT
<html>
<head><title>411 Length ...
0
votes
1answer
50 views
Box API: Is it possible to list the groups a user belongs to?
My question is simple, I'm trying to build a system to manage Users and Groups for each User, so in order to add a user to a group (or remove the user from a group) I need to know which groups this ...
-2
votes
0answers
28 views
How can I upgrade Box Api version 1 to version 2 using PHP [duplicate]
I understand all new features of Box 2. I have code in php that integrate box 1 but I am getting problem that how can I upgrade this php code for Box version 2.
Please send me sample code for just ...
-1
votes
0answers
33 views
API to stream music in an app connected to box
I have been trying several potions, but not able to stream music from box. file/content does not work. It does not look like shared_link ... download_url and url also work. what's the way to stream ...
0
votes
1answer
64 views
Invalid grant_type parameter or parameter missing on Box OAuth2 API with scribe library
I'm trying to write a simple Jenkins plugin with integration with Box, but I always received this error:
=== Box's OAuth Workflow ===
Fetching the Authorization URL...
Got the Authorization URL!
Now ...
-2
votes
0answers
26 views
Request for Box API - compression on download/upload [closed]
It would be nice to have an API where you could specify a list of files to download and would get them all together in a single compressed archive, e.g. zip. vice-versa, it would be nice to pass a ...
0
votes
1answer
26 views
how do I retrieve a user_id in the v2 API?
I'm writing an app to add/remove collaborators to a particular folder. I need to only add collaborators that have setup their box account. I see that the v2 API allows me to specify "The ID of this ...
1
vote
2answers
74 views
Is there a way to target specific file in Box app on IOS through box:// url scheme?
Box:// seems to open the app, however I am not able to discern how to target a specific file.
0
votes
1answer
18 views
500 internal error when getting thumbnail
I'm writing iOS client using Box.net API 2.0,
When I'm trying to request a thumbnail using files/{file_id}/thumbnail.png?min_height=256&min_width=256
I randomly get 500 internal error, and I ...
0
votes
2answers
58 views
BOX v2 API for overwriting a file or checking one exists before trying to upload
I'm new to the BOX API so am using v2 of the API. I am making REST calls natively from my app.
I want to upload a file which may or may not have been previously uploaded. I know the parent folder ID ...
0
votes
1answer
86 views
Box OAuth2 Authorization on Android
Firstly any news on the V2 SDKs for iOS and Android?
The normal flow is:
In app: click authorize button.
browser opens box.com/api/oauth2/authorize?....
User inputs their details.
User is taken to ...
0
votes
1answer
44 views
How to identify the user's account type?
I'm trying to query Box API to identify if a user has a free or a paid account. So far I was able to query:
https://api.box.com/2.0/users/me?fields=enterprise
and I checked that if a user have a ...
1
vote
1answer
63 views
Is there any way to download folder and files for specific user using box api?
I have a user which has co-admin privileages. i HAVE ACCESS AND AUTH TOKEN CORRESPONDING TO CO-ADMIN. In my code I first fetch all the users present under given enterprise account and then for some ...
0
votes
1answer
51 views
Upgrading from BOX APIs V1 to V2
I am working on upgrading the synchronization layer for a web application with the box account and I am in the middle of the way and have some questions:
Is there a way to get the full structure ...
0
votes
1answer
52 views
box-api: how to play music in my iPhone app connected to box
I can not use music tag in html with url files/{file-id}/content because that requires the auth in header and does not work. There was a suggestion on another thread that create a shared link and use ...
0
votes
1answer
61 views
how to set up box widget in salesforce to upload to a subfolder inside the folder of a related record
I have the Box.com salesforce integration package installed in SalesForce. The integration package includes a visualforce widget which you can add to record page layouts that acts as a box.com based ...
0
votes
1answer
64 views
Box.com API Get Information About a Folder - Stops working
Simple and quick question :-)
My application (https://www.box.com/services/rubibox) stops working. I use this request for retrieve items in folder ...
-1
votes
0answers
33 views
box-api: how to play music in my app connected to box [closed]
files/{file-id}/content does not help. I found a suggested solution described in other thread. I think that's just a hack - creating a shared link and use the download url as direct link for music.
...
0
votes
0answers
44 views
Json into JArray
I would like to get the contence of a json into that a JArray.
My json is response.Content and returns as follows:
...
-2
votes
0answers
36 views
How to get updates from the Box using Rest API version 2.0 [closed]
I have a problem with Box REST API V 1.0.
Actually, when I try to retrieve the updates from the Box It's giving me a wrong result and not retrieving all the updated files in between the given ...
0
votes
1answer
31 views
How to know the ID of the comment for a reply?
I am trying to get a list of the comments and the replies on these comments added to a file using Box API v2. And I am using this request:
...
0
votes
1answer
42 views
Is it possible single Box App to authenticate different iOS apps?
The whole idea is to authenticate App, App Lite, App iPhone, App iPhone Lite with single Box.com App ID and return the user to the right app which redirected to the user to the ...
0
votes
1answer
100 views
Is there a way to get a permanent access token on BOX API v2
We know that BOX API v1 can get a permanent auth_token, but BOX API v2 which use Oauthv2 does not, and it only valid for 1hour for the access_token and 14days for the refresh_token(afaik).
I have ...
0
votes
1answer
56 views
How to retrieve folder's items in a specific order with box.com api?
I am trying to list items under a folder through box.com API. The documentation states it is possible to request the response sorted by, e.g. name of the items. How should the order part of the ...
0
votes
3answers
94 views
Is there any way to get all files and folder in box without knowing their id?
Is there any way to get all files and folder in box without knowing their id? Also, how to get all collaboration objects if I don't know collaboration id?
0
votes
1answer
47 views
box api v2: scope option “manage an enterprise”
What exactly is possible using the "manage an enterprise" scope in an application?
I have a client asking if it's possible for an app to access the event feed (and the corresponding files) for an ...
0
votes
1answer
75 views
Uploading files using PHP
I have set up an HTML form to select a file and submit it to a PHP script which will upload it. I cannot use move_uploaded_files() because Box's API requires that I add a HTTP Header for ...
0
votes
1answer
34 views
Can we get multiple access tokens for single Box User
We are using clientId and clientSecret to get the Access Token for Box.Com. Can we get the multiple access tokens using different user login using the same clientId and Secret.
0
votes
1answer
83 views
Do I need authorization code each time for accessing user box account?
I am developing a desktop app which will interact with box enterprise account.
For the first time when my app will try to access Admin enterprise account it will be redirected to box page . Box ...
1
vote
2answers
73 views
What is the difference between the Box API and OneCloud APIs and is the iPhone sdk OneCloud only?
I am a bit confused as to what the REST API and OneCloud API actually are and how they relate to one another.
Also on android there is a an SDK for the REST API and OneCloud is there the same for ...
0
votes
1answer
26 views
How to add authentication to Event Notification?
I looked through documentation on Event Notification (http://developers.box.com/webhooks/).
I would like to call an REST API, with basic authentication. Is there a way to do this?
like, customizing ...
2
votes
2answers
91 views
Translating cURL command to PHP
I'm trying to translate the following cURL command to PHP.
curl -k https://api.box.com/2.0/files/content -H "Authorization: Bearer 8tuuIMsrf3ShyODVdw" -F filename=@txt.txt -F folder_id=0
Here is my ...
0
votes
0answers
21 views
on.before not before request to logout in [Box logoutWithCallbacks:]
I'm trying to implement Key Value Observation in my wrapper class BoxCloud on a property called loggedIn.
This is the logout method:
- (void)logoutWithCallback:(CloudLogoutCallback)callback {
...
0
votes
2answers
41 views
Invalid argument error installing 'ruby-box' gem
Any ideas why I get this error when trying to install the ruby-box gem?
C:\>gem install ruby-box
ERROR: While executing gem ... (Errno::EINVAL)
Invalid argument - ...
1
vote
0answers
74 views
file_get_contents( [file direct link] ) not working in php anymore
I have an enterprise box account, and I was tasked with creating a crawler that would scan an account on box and save all meta information (including a direct link) in a local database. This works ...
-1
votes
1answer
77 views
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 ...

