-
Notifications
You must be signed in to change notification settings - Fork 60
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
Error: Invalid inputs given to generate an instance of 'Token' #94
Comments
Hi @gsbiel Thanks for raising this issue. Looks like there's a problem with the code-generation process for this API client. The error is:
Looking at the documented API https://developer.fastly.com/reference/api/auth-tokens/user/#data-model it seems I'll open a ticket internally to track this. |
Hi @Integralist I tried to workaround that error by configuring my Fastly API key to have only a single value as scope, but no success.
|
Version
fastly==4.0.0
What happened
I got an error while trying to list all tokens belonging to a customer.
In order to get started, I used the sample script provided here: https://github.com/fastly/fastly-py/blob/main/docs/TokensApi.md#list_tokens_customer
But when I tested it, I got the following error:
I was expecting to get a list containing all tokens belonging to my customer account.
Am I missing something? Can you folks help me to understand that error?
Any support would be highly appreciated!
Thank you!
The text was updated successfully, but these errors were encountered: