Top "Box-api" questions

Questions about the API provided by Box, Inc.

curl: (26) couldn't open file

I am getting this error, when I am trying to call a box api through curl. curl: (26) couldn't open file …

php api curl box-api
Box oauth2: Invalid grant_type parameter or parameter missing

I don't know what I do wrong, but everytime I tried to obtain the token (after user authentication of course), …

oauth-2.0 box-api
Why do refresh tokens expire after 14 days

Each refresh token is valid for 14 days. Why do the refresh tokens expire?

oauth-2.0 box-api
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 …

java spring http rest box-api
How to download files with Box API & Python

I have currently the upload portion of my code working, how would I go about converting this into a program …

python python-3.x box-api boxapiv2
Upload a file to Box.com using Powershell

I am working on a series of Powershell scripts for my company to use to transfer data to and from …

rest powershell box-api
How to get an access token without Box’s authorization page

I have been granted access(collaborate) in a folder. What I need is to access the folder daily and fetch …

box-api
box.com api OAuth authentication

Either I'm dense, or the docs assume I already know what they're telling me, but I need some clarification on …

box-api
OAuth2 returns invalid_client error

good day, I'm having trouble with getting the access token. I've followed the guide here: http://developers.box.com/oauth/ …

php curl oauth box-api
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 …

box-api