-
Notifications
You must be signed in to change notification settings - Fork 393
Open
Labels
bugBugBug
Description
Describe the bug
When using a personal access token, rooms.listWithReadStatus returns a 400 error, with no explanation why. It turns out that using an OAuth integration allows this call to work fine, and the reason why doesn't appear to be documented. Any SDK differences for different auth methods should be documented, and the error returned should be more helpful.
To Reproduce
Steps to reproduce the behavior:
- Initalize the SDK with a personal access token
- Call
webex.rooms.listWithReadStatus() - Observe 400 error with no error message
Expected behavior
- Error messages should contain an explanation of what happened
- SDK documentation should describe whatever limitations exist when using a personal access token
Screenshots
If applicable, add screenshots to help explain your problem.
Platform (please complete the following information):
- OS: macOS Tahoe 26.1
- Browser: Chrome
- Version: 142.0.7444.176
- Device Type: Desktop
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugBugBug