A community space to collaborate on Box APIs, explore SDKs, and build powerful applications
Recently active
Hi,We’re under the business subscription.Via the Web UI, we have the option to ask a question or summarize a file using AI.Trying to use the ask API (/ai/ask) via postman, I get back status: 403, code: insufficient_scope and message: The request requires higher privileges than provided by the access token.In the scopes (Scopes - Box Developer Documentation), there is a scope for AI APIs, ai.readwrite, though in my box integration setup it is not listed as an option to be added to the app scope being used. For a test, even after enabling all scopes, its the same.If I try to add this scope via the postman scope config options (see screenshot below), and regenerate the Access Token, than get “Authentication failed” with “Error: invalid_scope”, probably as it does not correlated with the scopes for the app integration (client_id and secret) being used.Any idea how this scope can be added? Is that maybe restricted for the business subscription? If so, what is the min subscription needed for
Hi everyone,I'm exploring options to allow users to edit .docx documents directly within my application using Box.While researching, I came across the ui.openWith() method in the UI Elements documentation, but I see it's now marked as deprecated. Before I go further, I wanted to ask: What is the recommended alternative to ui.openWith() for opening and editing Word documents? Does the ContentPreview UI Element support editing, or is it strictly for viewing? Are there other supported ways to integrate an editing experience for .docx files stored in Box? I'd love to hear what the best practices are for this type of functionality.Thanks in advance!
Tengo un problema complejo. ¿A Soporte técnico de Box se le puede enviar la duda y pantallazos de alguna manera? Al entrar en Open Box.com, me salen las carpetas azules compartidas de una en una, correcto, no duplicadas, pero si entro desde la pestaña de arriba y abro el desplegable (carpetas azules compartidas en pequeño), entonces si salen duplicadas.Otro problema que veo, es que en las carpetas "grandes azules", (no las del desplegable), entro y a parte de otras carpetas azules compartidas, en mi versión web hay más archivos pdf, jpg, excels, etc. que al abrir la misma carpeta en el desplegable, no salen y en las de la persona con quien las comparto, tampoco salen.
Question came up on our roundtable with Federal Contractors yesterday.
The file is still not uploading via the API. The response returned was '401 Unauthorized'.It worked fine approximately 2 hours ago.
Hi team, Is there any API supported by box to get historical user details (deleted users, any updates done in users details). I’m currently using List Enterprise User endpoint, which gives me list of all the users present at the moment, but I need historical users details.The API I’m currently using is: https://developer.box.com/reference/get-users/
hellois there a way round the 1 hour developer token?I am just trying to batch download files as a one off but keep hitting the 1 hour limit CheersLuke
I have created an application of JWT type in Box Developer console. But i dont see any option to approve/enable the application.My role is admin appearntly but i am still not allowed to approve it. I was invited to join the Box by another user.
Before signing up for a business account, I would like to verify the behavior of Box API features—particularly user creation/deletion and folder creation/deletion. Is there any way to do this?
I am currently working on a use case that involves retrieving and analysing documents stored in Box using Watson Discovery. The objective is to enable a conversational chatbot that can extract and provide specific information from these documents based on user queries. To achieve this, Watson Discovery needs to successfully crawl, index, and process the content stored in Box.While I have successfully authenticated and connected my Box account with Watson Discovery, I am encountering the following error:"There was an error in creating your source crawl: the source configuration for this collection defines no content to crawl."Despite ensuring that all necessary permissions have been granted in the Box Developer Console and verifying that the Box folder contains multiple documents, Watson Discovery is not retrieving any content.When i asked few of my colleagues they told to contact box support because related issues was solved through box support.. but i am unable to find any related blo
Have created folder with Fil Request collection ‘webpage’ that include some meta data fields. Want to use this so clients can upload documents securely via link on email autosignature per user. Trying to create Box flow (or using power automate) to send email notification to user when new file is uploaded, but want to include more info than what the generic notification sends.Something like:A new file, {{File Name}}, was uploaded to {{Folder Name}} by {{name}}.Uploaded by: {{Uploader Email}} (if available)Comment: {{Metadata: Comments}} but can’t get this to work with the variable entries as I currently built them (ie {{File Name}}. Does anyone know the formatting Box requires?
I’ve been working with the python box-sdk-gen. I’m specifically using the create_zip_download method of the ZipDownloadsManager. This creates two links. One for downloading you files and one for the status. The status link does not work. The status link has the domain of “api.box.com”. I checked that status of that domain and it appears to be down for everyone for more than a week. Someone needs to do something about this.
Since it’s been a week now and still no response from sales, does anyone know the cost of going over the API call limit. We used rsync which wasn’t configured correctly so 1.5m calls later we are trying to get an answer to if we are billed for this or not?
I clicked the check box for signature groups but it gives me the error when trying to send to be signed. "User is missing permissions: sign_recipient_groups" Also is there a limit to the number of requests a month? Free tier Also can free tier use the API to sign stuff?
API
Our plan allows for 50k API calls per month. If we go over that 50k (within the same month), how do we know what we'll be charged per call?
Hi everyone, I am looking for a way to programmatically apply a custom watermark into a given file. I see the /files/{file_id}/watermark API endpoint, however the current docs only show a ‘default’ option for the imprint parameter. Has anyone found a way to insert a custom watermark string into a file via API? Thanks in advance!
I need some help with the Box AI integration that pops up for each file I preview in my Box folders.(Sorry in advance for any inaccurate language. I’m an end user biologist, and information technology is largely beyond me.)I’m not going to use this integration. Full stop. Period. Putting aside the ethical and environmental concerns that I have about generative AI, I do not trust the application to be accurate with my information. I work in research, so information in the documents that I generate are still likely speculative and/or unproven and the information that is available might not be peer reviewed or validated.That being said, I find it incredibly annoying that the first thing that happens every time I preview a document is I’m prompted to start a conversation with Box AI. Is there a way to disable this integration on the users side? It’s galling that I’m being prompted again and again to use a tool that I think will be actively detrimental to my work and ability to utilize Box.
HiI am using React 18 (TSX) for my UI application. I want to integrate Box Content Explorer into my application.
Hi all, Fairly recently we’ve launched a beta version of our Python SDK. Our engineering team is generating the SDK directly from the REST API specifications. This should allow: Full API Support: New Box SDKs empower developers with complete coverage of the Box API ecosystem. You can access all the latest features and functionalities offered by Box and build feature-rich applications. Rapid API Updates: The new auto-generation development approach allows for adding Box APIs to SDKs at a much faster pace (in a matter of days). This means you can leverage the most up-to-date features in your applications without delay. Embedded Documentation: All objects and parameters are documented directly in the source code of the SDK so all the necessary information is stored in one place. Enhanced Convenience Methods: The newly introduced convenience methods cover various aspects such as authentication, chunk uploads, exponential back-offs, automatic retries, type checkers which help to ensure tha
Hi We are integrating box with our custom build software from where user uploads file. We are using Service Account to upload.It works fine and we can upload file. However we cannot see those files from box.com when login as admin or other user.Is there a way admin can view Service account uploaded files from box.com? If so how? ThanksMahatab
I receive the error when trying to add a group to a collaboration :403 - “The request requires higher privileges than provided by the access token”. But when I try to add a user, using the user's email, it works fine with the same token. Note: I’m using a Client/User Authentication App, and although the app does not have the “manage_groups” scope, it has “root_readwrite” (which, according to the docs, should be enough to create collaborations).Am I missing something?Request body:{ "item": { "type": "file", "id": "xxxx" }, "accessible_by": { "type": "group", "id": "xxxxx" }, "role": "viewer" } Thank you.
We use a dynamic stamp on invoices for coding, with boxes set aside for approvers to initial. When I send such a document out to 2 signers, the signature image of the first signer appears underneath the dynamic stamp, while the image of the second/final signer appears on top of the stamp (as desired). Short of flattening the documents before send, is there a way to ensure all of the signatures/initials display above the stamp in the final PDF? Thanks,Phil
Hi, I just added this non react script to our Blazor site and it is complaining that React is not defined. Could you please check to make sure the correct script has been uploaded?<script src="https://cdn01.boxcdn.net/platform/elements/23.0.0/en-US/uploader.no.react.js"></script>
We need to transfer files in blocks of a maximum of 5 MB.This is a proxy limitation (payload max of 5 Mo) We also need to transmit files ranging from 5 to 20 MB in blocks. Do you have a method or capability that allows us to transfer a file of less than 20 MB in blocks of up to 5 MB?
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.