Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR addresses fixes for the Box connector identified during testing. The changes include removing an incorrect default value from a component schema, adding error handling for duplicate folder creation, and bumping the connector version.
Changes:
- Removed redundant
default: falsefrom theexactMatchfield schema in FindFilesOrFolders component (the default is already properly specified in the inspector) - Added try-catch error handling in CreateFolder to provide a user-friendly error message when attempting to create a folder that already exists (HTTP 409 conflict)
- Updated bundle version from 1.0.0 to 1.0.1
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/appmixer/box/core/FindFilesOrFolders/component.json | Removed redundant default value from schema (inspector already has defaultValue) |
| src/appmixer/box/core/CreateFolder/CreateFolder.js | Added error handling for HTTP 409 (folder already exists) with user-friendly message |
| src/appmixer/box/bundle.json | Version bump to 1.0.1, but changelog structure violates Single Version Rule |
jirihofman
approved these changes
Jan 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://github.com/Appmixer-ai/appmixer-components/issues/2553#issuecomment-3810857211