dh33
- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
Posts
Recent activity by dh33-
Which Box.com account types allow developer apps to access their accounts
On this page there are four different Box.com account types listed ... Personal Pro Starter Business Business Plus Do all these account types allow for developer apps to access their accounts (a...
-
Access token accepted but search API not returning file that is there
I am very close to getting everything to work. I have at this point been able to generate a User Access Token using the .NET SDK. However, when I use this token to call the search API I get an H...
-
Search API does not return any files
I finally was able to generate a User Access token so I can call the API. I call the following API endpoint using the User Access Token https://api.box.com/2.0/search?query=myfile Authorization: ...
-
Search API does not return any files
I finally was able to generate a User Access token so I can call the API. I call the following API endpoint using the User Access Token https://api.box.com/2.0/search?query=myfile Authorization: ...
-
Free Box.com authorizing application to access files?
I need to test accessing a third party users account. I have my own developer account which contains my application but I need to test authorizing my application accessing someone else's Box.com a...
-
Where to get JWT_Private_Key_Password and JWT_Public_Key_Id
In looking at the .NET SDK documentation for using a JWT, located here, I am not sure where all the data comes from. var boxConfig = new BoxConfig(<Client_Id>, , , , , ); var boxJWT = new BoxJWTAu...
-
Application access to a free Box.com account
Can applications (custom applications that need to access Box.com account files) access files in a free Box.com account or does someone need a paid Box.com in order to allow applications to access...
-
Application Access - Which to select
If my application only needs to upload/download files to a Box.com account what type of Application Access does it require in its configuration? I am confused as to the difference between a servic...
-
How to get FileId if you only have the File Name?
How does one use the API to get the FileId if all that you have is the File Name?
-
Application or Enterprise Access?
I am looking to allow my application to read and write some files to an individual Box.com users account. My application runs as a job each night so there is no user input. The Box.com user would ...