02-23-2024 01:22 AM
I have some questions to ask about tokens. How the token is written to the SDK, or it does not need to be written to the SDK. And when I used the code in the demo to get the collection of calendar meetings, I got an error with InternalError. Excuse me why this is.
02-26-2024 03:20 AM
If you have questions about tokens and their integration with an SDK, it's important to understand that tokens are typically used for authentication purposes. Tokens are generated by an authentication service and are included in your requests to authenticate and authorize access.
In many cases, the SDK may handle token management internally, meaning you might not need to manually write or manage tokens within the SDK. Instead, you may need to provide authentication details (like client ID, client secret, or other credentials) to the SDK, and it takes care of token handling behind the scenes.
Regarding the InternalError you encountered while using the code to retrieve a collection of calendar meetings, this error typically suggests an issue on the server side. It could be due to a temporary problem with the service, incorrect API endpoint, or an issue with the authentication token.
To troubleshoot:
02-26-2024 03:19 AM
Can you specify which SDK you are using and also which code demo you are following? Please provide links if possible.
Generally, you will need to create an OAuth Integration in order to create access tokens that can then be used with our SDKs. But there are some other ways to create access tokens too, depending on your use case. Integrations is the most commonly used option.
02-28-2024 02:12 AM
Here's my integration,
02-28-2024 07:17 AM
@1360393739 Does the user who authorizes the integration have the necessary Meetings Licenses?
What's the error that you get when trying to create the meeting? Also, what "list" are you getting the InternalError with?
Please provide more details.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide