Hello!
We are working on a web integration with our application and we have hit a road-block.
We are already able to connect the web integration with our application, get an access and refresh token through OAuth using the auth_code, make API calls regarding the file/folder that the integration was called upon and is all working good.
The problem we are facing is that now we need to get notified whenever there's a change or a comment get's added to the file.
Naturally, we thought about webhooks to achieve this.
BUT, whenever we try to make the call to create a webhook, we are getting this back from the API:
Bearer realm="Service", error="insufficient_scope", error_description="The request requires higher privileges than provided by the access token."
Why? How? the token works perfectly fine for everything else we do for that file/folder. Why are we getting this back when trying to create a webhook? Are we missing something?
Any help will be greatly appreciated!