Hi, I am new to box app development and any help would be appreciated.
Tried to create a webhook from the developer console but did not work. Read somewhere that permissions is required for that from Box.
So I am trying to create one from the CLI(installed Box CLI and set up the env as suggested) . Checked Manage Webhooks in the app configuration, in Enterprise Settings authorized the app etc. but am getting 404 Not found(both for file and folder) error when I run the CLI command to create the webhook. Used the folder id from the URL(https://app.box.com/folder/***number removed for privacy***0)
=>box webhooks:create folder ***number removed for privacy***0 --triggers="ITEM.CREATE,ITEM_UPLOAD" --address="https://VaidURLthatworks"
What could I be missing?