Hi @devqualwebs
Welcome to Box Community, and glad to assist!
As of this message, Box AI is exclusively offered to Enterprise-tier plans (Enterprise Plus/Advanced) and that, free developer accounts do not have access to Box AI features.
Thanks for showing your interest in Box AI, and if you plan to use this feature you may consider upgrading your Box plan. To do so, please reach out to our Sales team via box.com/pricing.
Please let us know if you need additional assistance,
@Rona Box thank you for your response.
Can you please answer my this
question if possible?
I’m building a web application (React + Node.js) that integrates Box for document storage and collaboration using the Office Online editing feature. Here's a summary of our use case:
Use Case Overview:
-
Users in our app upload various documents (e.g. .docx
) for collaboration purposes
-
When a document is uploaded:
-
The user interface (our app) allows users to:
Access Design:
-
All Box operations are handled by a single Box service account
-
End users do not have Box accounts
-
When users click “Edit,” we want to redirect them directly to an Office Online editing session for the document
Key Question:
Is there any supported way to generate an editable Office Online link via the Box API that does not require the end user to log into Box?
If not, is there a workaround — such as using App Users, JWT auth, or pre-authenticated sessions — that would allow Office Online editing to occur in a seamless way, without exposing Box login or requiring users to have Box accounts?
We understand Box requires authentication for editing, but we’d like to confirm if any exceptions or patterns exist for fully abstracted document editing using Office Online while retaining Box for storage and file control.