Introductions and general questions relating to Box
Recently active
Is there any way to generate AUTHORIZATION_CODE command line or its required manual browser integration all the time?
Hello, this is Yane I created a folder using the BOX API. However, I can’t find the folder created in all files on the browser. You can find the created folder by searching the folder with BOX API. Why can’t I see the folder I created in all files on my browser? code: from boxsdk import Client from boxsdk import CCGAuth # Arguments fetched from the BOX management screen CLIENT_ID = ‘aaaaaaaaaaaaaa’ CLIENT_SECRET = ‘dddddddddd’ # client secret code’ ENTERPRISE_ID = ‘cccccccccccccc’ auth = CCGAuth( client_id=CLIENT_ID, client_secret=CLIENT_SECRET, enterprise_id=ENTERPRISE_ID ) client = Client(auth) print(f’Id of the authenticated user is: {client.user().get().id}‘) subfolder = client.folder(‘0’).create_subfolder(‘My Stuff’) print(f’Created subfolder with ID {subfolder.id}’) list items in folder items = client.folder(folder_id=‘0’).get_items() for items in items: print(f’{item.type.capitalize()} , {item.name}"') result: Id of the authenticated user is: 27822023285 All Files Folder , My St
While testing the API request for updating a phone number using the endpoint https://api.box.com/2.0/users/{=[NODE_INPUT]} , \we discovered an unexpected issue. After making a PUT request to the specified endpoint, we have not yet received a response. We are still waiting for its response.
I have requested for enablement of API. But it is still in pending state.
Hello, Are there any endpoints via REST API or SDK for access to Box Relay and Box Canvas? I’ve seen the REST API for workflows, but it seems pretty limited. I’m interested more in admin reporting, like how many workflows are in use, how often they’re triggered, who’s triggering them, etc. With Canvas, I’m interested in similar stats as Relay. Any ideas are welcome. Thanks.
Hi there! Do you use UI Elements? If so, we would like to talk to you! Your feedback will be incredibly helpful to the Product team and will help influence the future of UI Elements. Please sign up here to talk to the Box team
I am using this java code to download the file BoxFile file = new BoxFile(api, “1233071276329”); BoxFile.Info info = file.getInfo(); FileOutputStream stream = new FileOutputStream(info.getName()); file.download(stream); stream.close(); but I am getting this {“error”:“unauthorized_client”,“error_description”:“The "box_subject_type" value is unauthorized for this client_id”} could anyone please help me.
Hi There I am creating a wordpress site, where my students will be able to upload files on individual topics. File request features allows me, where I can create individual links / folder for specific topics Now the issue is that, they have to add their name, email addresses (i know you can remove it) again. Will it be possible to integrate this with WordPress username or profile, so that they don’t have to add their details again? I am happy to pay if someone can help me. Thanks
Hello all, In celebration of our new Community home, we are doing a contest. Whoever is in the top 3 of the August Leaderboard at the end of the month will get Boxdev swag! All you have to do to earn points is interact with the community. Posts, replies, and correct answers all earn major points! So really, have fun, enjoy the community, and get to know your fellow developers, and you might just end up with a T-shirt or hat at the end of the month!
Hi Support, I was looking for an API call to list all items in a folder including files inside the children and sub-children folders. I checked the https://developer.box.com/reference/get-folders-id-items/ API call, but it lists only files and folders inside that exact folder rather than child folders. I am looking forward to the community response.
Have used the upload API endpoint, and it works in the unity editor, but once build to webgl, the same API shows error 403 forbidden error. looking for a solution. thanks in advance
Is there a way to upload a file to box from an URL, for example “www.example.com/somefile.pdf” without downloading the actual file via API?
My public key is not found on my configuration page please advise
Hi, Is there any API that can remove specific user share from a specific file? I saw there is an API to remove a collaborator in general from the account, and i saw i can remove shared link like public or domain links, but I just want to remove specific user I shared with him the file from the specific file I shared with him. Thanks for the help.
Hi @matt.riley I tried using Box CLI to apply metadata that has dropdown with a single selection Template Name: Record Retention Classification - Creation Date Trigger Template Key: recordRetentionClassificationCreationDateTrigger Key: retentioncode Key: ADMN-002 - Reference Information Related to Projects and Events CLI that I used: box folders:metadata:add 1051425259330 --template-key recordRetentionClassificationOtherDateTrigger --data “retentioncode=ADMN-002 - Reference Information Related to Projects and Events” --as-user=19154187332 Error that I get: Unexpected API Response [404 Not Found | 46bpsqhg41zbyrqj.0d6797ce64c9554460589c48527cffcf9] not_found - Not Found Need to know the wrong step from my side.
I am attempting to determine how many of my users are not properly syncing so I can proactively reach out and help fix them. Is there a method or status on each client that I can get that may say when they last synched and if there were any errors?
Hi All, We are looking for an best practice to rollover configuration/settings/folder taxonomy from non prod i.e DEV/Test/UAT to prod environment? Any lead or help would be highly appreciated. Thanks,
I wanted to derive enterprise id from access token. For example, in salesforce we can derive orgid from access token.
Hello Developer Team, We are integrating it in our existing Mac OS Store Desktop App. It’s running fine for the Mac OS X Version >= 10.12. But app crashes on OS X El Capitan Is Box supported on Mac OS X El Capitan?
Hi, I would like to integrate the box production instance with the Azure AD IDP. Please let me know what the process is for switching the idp provider from Shibboleth (idp.sfsu.edu) to Azure AD IDP. Thanks, Ameer basha
Hello, All Devs Internal and Customer aligned, I support the Box community as an outside consultant for software innovation. It looks like I am the first partner here in the Community; I am honored to be the first. My role at my company is Sales Director, Software & hi-tech ISV industry. I can support any customer, regardless of industry, here as IT Consultant on behalf of their Customer relationship with Box. Most of my current efforts have been in alignment with the Sales team on custom projects that involve Box integrations with other software solutions, and there is no limit to that so far. Happy to take on a challenge. If you have a custom development need for a customer or are stuck with a development or systems challenge, ping me here or on Linkedin. A little about Nagarro: Nagarro, a global digital engineering leader, helps clients become innovative, digital-first companies and thus win in their markets. The company is distinguished by its entrepreneurial, agile, and global
Hi folks! My name is Matt Riley, and I’m the Product Manager for Metadata at Box. Feel free to @ me for any questions that you might have while using custom metadata (which almost everyone misspells as “meatdata” or “metdata” at some point, so please tag me!) Looking forward to meeting some more of our great developer community!
I am using JWT app (server authentication) method for authentication and using following parameter for authentication. CLIENT_ID CLIENT_SECRET ENTERPRISE_ID PRIVATE_KEY_PASSWORD PUBLIC_KEY_ID PRIVATE_KEY I am able to create folder, search folder using the APIs But while I am using https://{{upload.box.com}}/api/2.0/files/content api it is giving me 401 Unauthorized error. Note-> Since I need to upload many files to box in loop and above API is working first time but in second time it is giving me error. Appreciate urgent help.
I’m currently integrating Box authentication into my Angular application. Here’s an overview of the process: I open a new window for Box authentication using the following code const authorizationUrl = ‘Box - Free Online File Storage, Internet File Sharing, Access Documents & Files Anywhere, Backup Data, Share Files’; const openedWindow = window.open(authorizationUrl, “s”, “width=640,height=480,left=300,top=100,resizable=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no”); Once the user completes the authentication process in the opened window, Box provides an access token via a callback to my Angular application. I want to retrieve the access code from the authenticated Box window and use it in my Angular application for subsequent API requests. However, I’m encountering a “DOMException: Blocked a frame with origin” error when trying to access the cross-origin frame from https://account.box.com. I have already added https
After creating around 250 app users, I got 429 rate limit error.
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.