Questions tagged [box]

Avoid using this tag. It has multiple unrelated meanings and therefore could be confusing.

Avoid using this tag. It has multiple unrelated meanings and therefore could be confusing. The tag is currently used for all of the following topics:

  • geometry
  • GUI layout containers
  • boxed (heap allocated) objects & types
987 questions
0
votes
2 answers

How do I create and align three 'div' boxes under the menu,?

I am trying to create and align three boxes with 1px solid border under the MENU. I want them to be aligned equally under as I am planning of putting images in them. Three in each row. I can create the first div box and align it, but when I try to…
0
votes
1 answer

Box upload files using ajax

I try to upload a file using Box.com API from https://gist.github.com/seanrose/5570650. I received the following error: `XMLHttpRequest cannot load "https://upload.box.com/api/2.0/files/content". No 'Access-Control-Allow-Origin' header is present…
Ortal Blumenfeld Lagziel
  • 2,415
  • 3
  • 23
  • 33
0
votes
1 answer

Folder ID when creating folder using Box API

I'm using the BoxPHPAPI and I was wondering if there was a way to get the folder ID when creating a folder? https://github.com/golchha21/BoxPHPAPI
user2901453
0
votes
1 answer

Box- Not able to using box api get an "application restricted"

I’m trying to run the following code lines $.getJSON("http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20xml%20where%20url%20%3D%20'https%3A%2F%2Fwww.box.net%2Fapi%2F1.0%2Frest%3Faction%3Dget_ticket%26api_key%3D" +…
Ortal Blumenfeld Lagziel
  • 2,415
  • 3
  • 23
  • 33
0
votes
2 answers

Box Issue when "Deny Access" is selected in Box window(frame)

I am integrating Box.com with my application. My flow is when the employee login for the very first time, he will be presented with Box Page in an frame (Please note I am not using Box Embed Widgt as such). After entering the valid username and…
0
votes
0 answers

How to cancel an automatic selection in list box

Hello there, We've created a mini search engine that browses through folders on the computer.We're using windows form in C# to code.The user enters their desired searches into combo boxes and text boxes.Then the files in that particular folder will…
melek_3
  • 117
  • 1
  • 13
0
votes
1 answer

iOS BoxItem parent/pathCollection is always null

I am trying to use the BoxSDK on iOS, and I need to load the parent directory of the current folder/file. I have an array of BoxItems, and I try to get the BoxItem.parent and it is always null. The same goes for the pathCollection. When the app…
Siriss
  • 3,737
  • 4
  • 32
  • 65
0
votes
1 answer

CSS absolute positioning image works text box wont work

I hope you have the answer for me, I think its a silly mistake but I just can't find it! So I hope you will have a quick look at it and that you are able to help me out. I'm kinda new to this and already learnt a lot from other peoples…
0
votes
1 answer

Passing a bitmap/uri to Box Android API v2

EDIT: I wrote a function passing the Authenticated Box Client and Bitmap Bytestream. Was also informated the root directory on Box has an ID of 0. But I'm still unable to upload. What I need to do is create a directory, if present don't and upload…
Arnab Saha
  • 511
  • 6
  • 15
0
votes
1 answer

Set limit (or no limit) to Get all Groups in Box

I'm working on a set of PowerShell functions that will be used to manage our enterprise Box implementation. Right now I'm working on the groups section and can successfully return groups via the 2.0 API. However, it appears that the call to the…
whitwo
  • 3
  • 1
0
votes
1 answer

create user Account in PHP Using Box.net API

I want to create user Account in PHP, i searched almost all of stackoverflow at https://stackoverflow.com/questions/tagged/box-api as well as Box API but cannot find anything Cannot find any documentation of "create_managed_user" function in V2
user580950
  • 3,558
  • 12
  • 49
  • 94
0
votes
2 answers

box.com api OAuth authentication for multi-thread web services

I am new to OAuth 2.0 and a little bit unclear about the best approach for user case, which is described below. I have a web service which we use to pull data from box.com. It is multi-thread services, in that there can be multiple thread pulling…
0
votes
1 answer

Box api call to fetch the access token is failing in node.js

I wrote a program in node.js to fetch the access token to call the box apis, unfortunately I am getting an error "invalid_client" which is either "client ID or secret are wrong" as per the documentation. I am pretty sure that both client id and…
Prats
  • 1,745
  • 4
  • 24
  • 28
0
votes
2 answers

Get all users who haven't logged into box.com for more than 60 days

I need to get all details of users who haven't performed any activity or login into box.com account for more than 60 days. Is there any API or way to do it?
user25879
  • 129
  • 7
0
votes
2 answers

How to call the box apis with jquery

I am trying to integrate the box api to list out my files and folders, I am following the box documentation http://developers.box.com/oauth/. I am not able to use this with jquery style. Can anyone please provide me a hint on how to do this using…
Prats
  • 1,745
  • 4
  • 24
  • 28