Introductions and general questions relating to Box
Recently active
Hello everyone, I am currently developing a minimum viable product for my company using Bubble.io. I am looking for an efficient and scalable way to store documents that my application can access. It seems to me that Box might be a simple solution for this. I am trying to use the Box plugin on Bubble. I have already found the Client ID, Client Secret, Enterprise ID, and User ID. I have also created a custom OAuth2 app on Box’s developer profile. However, I can’t seem to find what the plugin on Bubble.io refers to as the API Key and PublicKey ID. Can you help me? There are probably some preliminary steps in creating this integration that I have missed, so please feel free to direct me to introductory readings or specific tutorials for Bubble.io and Box. In particular, I am wondering if the API Key and PublicKey ID are elements that are automatically generated by Box or if I need to configure them manually. Additionally, advice on best practices for securing these keys and integrating Bo
Do developer tokens cease working after a request for application approval? Every time I try to generate a token it seems to work but the token gives me a expiration error and if I refresh the developer console the developer token does not persist. My application is not approved yet and so I’m now blocked. I can’t find anything in the docs. Thanks in advance for your help!
I want to do realtime sync once we do any changes on Box drive or Box.com account in both directions. The Sync happens automatically but I want the reference API to manage the sync in realtime before I perform other development or operations on Drive or Box.com Please suggest to achieve this and what API are avaiable in Box Drive for the sync operation.
I dont see the capability to integrate to Okta for provisioning, has this been removed from developer tenants?
I have an Enterprise account where they hd shared a folder with us. Using the CCG auth with the user ID of mine. I get the reperesentations but it’s not showing any collaborators. Is it any settings set by the admin of the enterprise for that folder. Or is there any issue with the collaborations view permissions But when calling the collaborators of the folder I get a group. The issue is also that when I login I can see my login as viewer but when my frind login they can see their emails as viewer but not mine.
Is there any way to securely upload files via HTTPS without creating an “app”? I just want a lightweight integration to post the results of a Jenkins job via curl. I don’t want to manage a complicated “app” lifecycle with admins and tokens and CORS domains and and and … surely there must be a way to do this with some kind of personal access token? My Box organization doesn’t allow FTP. I also can’t upload securely via email since my file might transit unencrypted or 3rd-party exchanges.
2023's Top UsersMost Time ReadingUser Hours Read @Niladri 7 @CodeBoxSeb 7 @ajankowski 6 @Moo 5 @reynlds-illinois 3 @user101 3 @user711 3 @user58 3 @MBenny 3 @pchristensen Box 2 Most TopicsUser Topics @user711 8 @Niladri 8 @MBenny 8 @user112 6 @agentgill 5 @user58 4 @user126 4 @Moo 4 @Ooshot 3 @user90 3 Most RepliesUser Replies @CodeBoxSeb 41 @Niladri 22 @reynlds-illinois 18 @ajankowski 14 @user711 14 @MBenny 14 @user58 12 @matt.riley Box 10 @patrick 9 @Moo 8 Most Replied toUser Replies @CodeBoxSeb 29 @ajankowski 14 @Niladri 14 @reynlds-illinois 12 @MBenny 10 @user711 8 @user19 7 @user58 6 @Ooshot 6 @Moo 6 Most Likes GivenUser Likes @doc2doc 14 @patrick 7 @sallyli Box 6 @demironmanx 5 @nobuhiro_yane 5 @reynlds-illinois 5 @superojla Box 5 @Evy 5 @dchai 5 @user126 5 Most Likes ReceivedUser Likes
I am using Dot Net SDK for Downloading file form Box Account ,but I am Getting Error in Some Time Received Unexpected EOF or bytes from transport stream. File Size :- 146 MB
Hi!, I have a question about the location of my files in BOX, I’ve created an app to work with the API to Create read and delete files, but I couldn’t find the files what I’ve created by the API. There aren’t in my root folder and with the API I cannot see my already created folders and files. Where I can find the files what I’ve created through the API? I don’t take care about the already created files because I must to ignore it. Thanks!
I have an Intergrated Box Application, Recently, on iPad, when User Clicks the Intergrated Menu at Browser(Safari, Edge, Chrome), It is not open the URL which I set as usually, But Always Starte Box For EMM.
I am getting HTTP 429 error " Too Many Request", while creating a folder in box through integration.
Hello, I am an individual with an individual box account. I got a new iPhone and lost my Authenticator App and all the tokens. Now I cant login to my box account and there is no admin to reset it. Support.box.com is unhelpful and sent me here. Can anybody please help me? I have no IT background and Ive been locked out for a few weeks already.
Hello, I have a client that implemented Box for Salesforce. We have enabled seamless login, but it is still requiring users to login into Box each time to access files in Salesforce. Most users are reporting they see the error message below: I’ve logged a case with Box and they are having issues figuring it out. Has anyone ever experienced this issue? Any help would be greatly appreciated. Thank you, Alisha
I am not able to access all folders created with my account in my created app.
GOAL: I would like to retrieve the document URL from the box-sign api request and have the e-signature email sent out. Option 1: Option 1 sends a e-signature request email but no URL in the request payload = { “template_id”: template_id, “email_message”: ‘message’, “email_subject”: subject, “days_valid”: 5, “parent_folder”: { “id”: folder_id, “type”: “folder” }, “signers”: [ { “email”: email, “role”: “signer”, }, ], “prefill_tags”: prefill_tags } Option 2: Option 2 DOES NOT send a e-signature request email but there IS* a URL in the request payload = { “template_id”: template_id, “email_message”: ‘message’, “email_subject”: subject, “days_valid”: 5, “parent_folder”: { “id”: folder_id, “type”: “folder” }, “signers”: [ { “email”: email, “role”: “signer”, “embed_url_external_user_id”: ‘1234’, }, ], “prefill_tags”: prefill_tags } response = client.make_request( ‘POST’, endpoint, data=json.dumps(payload), headers={‘Content-Type’: ‘application/json’} ) response_data = response.json() iframea
url=f'https://api.box.com/2.0/files/{file.file_id}?fields=representations' headers = { "x-rep-hints" : "[extracted_text]", "Authorization": f'Bearer {user.box_access_token}' } ext_text = requests.get(url,headers) print(ext_text.status_code) url_template = str(ext_text["representations"]["entries"][0]["content"]["url_template"]) url = url_template.replace("{+asset_path}", "") resp = requests.get(url, headers={"Authorization": f"Bearer {user.box_access_token}"}) resp.raise_for_status() print( resp.content) The same call made through postman return success.
We are enriching the application management experience by providing a list view for you to find key information about your applications. With the enhanced “My Apps” page within the Developer Console, you will be able to: Access quick actions from the main page such as editing application name, configuring applications, and generating developer tokens View client ID, application description, and application status We’re always looking for feedback on new features and functionality - so post below to let us know what you think! Thanks, Mike Grytsai
Hello, We are a platform that allow user setup a webhook and download file automatically from Box to our platform on behalf of user via their app credentials. We have an issue as bellow: We received webhook event from Box FILE.UPLOADED We started downloading the file. But sometime we got error “The archive entry was compressed using an unsupported compression method” After 10 minutes we retried and we can successfully download Please help us know why the error occurred in the first time. Thanks Here is detail log (time in UTC) [2023-12-05 01:16:38.217] 0HMVA8NTOJJO1:00000002 [HookedByBox] data: { "type": "webhook_event", "id": "cc23f5d1-74c3-40ee-8083-2f98dd94c227", "created_at": "2023-12-04T17:16:36-08:00", "trigger": "FILE.UPLOADED", "webhook": { "id": "1850240637", "type": "webhook" }, "created_by": {... }, "source": { "id": "1379611876151", "type": "file", "file_version": { "type": "file_versi
Hello, I have created a box connector application for one of my client who is an Enterprise user. I have used the CCG and approved the application I have created through the Box dev console. So now I have a service account and the requirement is that they will be providing some box urls and based on which we fetch the contents for them. Now as we use the CCG my understanding is that either we need to use the user id who has access to the said URL folders/files to authenticate so that my application can fetch the details Or, use the enterprise id but share the said folder/files in box with the service account email so that our application can use. I currently use this method please confirm if I’m doing it correctly or is their any other way that one account has access to all or my understandng of service account is wrong? @ajankowski , @mwoda, @rbarbosa
Hi there! We partnered with Developer Nation survey to track trends, experiences, and insights across platforms, languages, revenue models, tools, and regions. Developer Nation survey, an independent initiative by SlashData, engages over 30,000 developers annually from 165+ countries. Take the survey and win premium gear, licences and subscriptions to help grow your coding skills!
Hello Community, I’m relatively new to the platform and could use some guidance on the most effective approach to conduct load and performance testing using the Box API. My objective is to simulate substantial traffic from diverse users simultaneously, each with varying rights and permissions that need to be pre-configured. These users are expected to perform basic CRUD operations and execute various searches on the platform. I am seeking advice on the appropriate method to implement such a scenario on the Box platform. Specifically, I would appreciate insights into the recommended box application type and any other pertinent details that could facilitate the successful execution of these tests. Thank you in advance for your valuable assistance.
I want to change my primary address with the REST API https://api.box.com/2.0/users I would like to change the primary email address of the target user by using login as a parameter in the “login” section, but I cannot do so because of a 400 error. It is a bad_request, but can’t I change the primary address using info? {“type”: “error”, “status”:400, “code”: “bad_request”, “context_info”:{“errors”:{“reason”: “invalid_parameter”, “name”: “new_primary_ email”, “message”: “Invalid value ‘change-test@test.com’.”}]} , “help_url”: “http:/developers.box.com/docs/#errors”, “message”: “Bad Request”, “request_id”: “nwogfbhkcvt2r3mk”}%.
Hello I need contact with support team as soon as possible, we’ve talking with support but they stopped answering so I need some help about this issue, thanks
It appeared that since end of last week, our API calls from server to api.box.com has been failing. On further investigation opening https://api.box.com using browser, there appeared to be issues with the site certificate itself. and browser returned HTTP ERROR 401.
Hello. Box is reporting warnings and errors in the console when I use the “download” link exposed after I click the “…” in a file’s row when browsing a folder. The error is a 403 (Forbidden) error. I’m pretty sure this isn’t what used to happen. I have my cache disabled, and my browser was restarted today. The warnings and errors in the console make it sound like Javascript is not matched with the resources the browser is fetching from CDN. Here are the console contents. The 403 error appears when I click “download” after clicking the file’s row’s ellipsis. vendors~observability.5ad568aac3.js:1 rumAccessToken will be required in the future … runtime.013a6bc02d.js:1 Initialization of sharing external failed: Error: No remote path is available for the remote name box_docgen_client! … As a workaround, I am able to download if I click on the row for the file, then Box shows me the page for the file, and I can successfully download the file via the “download” button at the top right. So t
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.