-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(KoBoToolbox Node): Add support for Media file API #4578
Conversation
Hello @RicardoE105 small nudge here as I think this one would be quick to review... |
Hello! Gentle nudge here... Any timeline for the review? |
Hey @Yann-J & @RicardoE105, I missed this one as well, I take it removing the form option from the Hook Get All isn't going to cause any breaking issues? |
@Joffcom it is not removed, I just removed the duplicated declarations and regrouped them. |
@Yann-J so it is, I missed that change on the other option. |
@Yann-J the only thing that would be worth fixing is removing the If you can do that quick change while we should be able to get this one merged in time for the next release. |
Indeed, not sure what this was doing here... Just removed it! Thanks @Joffcom |
Hey @Yann-J, Perfect, So we missed the release today but I will get this merged on Monday to the master branch so it will be in next weeks release. |
Hey @Yann-J, Thanks for the PR, This has been merged and will be available in the next release. |
* master: fix: Handle error when workflow does not exist or is inaccessible (#4831) feat(editor): Schema view (#4615) fix: Enable source-maps on WorkflowRunnerProcess in `own` mode (#4832) ci: Fix linting on master (no-changelog) (#4830) feat: Add message for readonly nodes. Improve foreign credentials handling (#4759) feat(KoBoToolbox Node): Add support for Media file API (#4578) fix(Local File Trigger Node): Fix issue that causes a crash if the ignore field is empty (#4824) (#4825) refactor: Codex updates for XML and HtmlExtract Nodes (#4801) refactor: Reactivate workflow locking (#4770) # Conflicts: # packages/editor-ui/src/Interface.ts
Got released with |
This PR adds support for CRUD operations on a KoboToolbox form's media files, i.e. Create, Get, Delete. These files are used as attachments to a form's content and are typically media files or csv to lookup some data form.
Screenshots:
List all attached files:
Attach a new file:
Download a file content: