You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey folks, I'm trying to set this up to use it with Marvel Strike Force's API (mobile game) but I can't make it work.
I keep getting this error when I'm redirected back from their login page.
Google Apps Script Error: Error retrieving token: invalid_client, Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). The OAuth 2.0 Client supports client authentication method 'client_secret_basic', but method 'client_secret_post' was requested. You must configure the OAuth 2.0 client's 'token_endpoint_auth_method' value to accept 'client_secret_post'. (line 553, file "Service")
I'm not sure how to fix it, I read through the documentation and tried a couple of things but nothing worked. This is how my service setup looks like:
Hey folks, I'm trying to set this up to use it with Marvel Strike Force's API (mobile game) but I can't make it work.
I keep getting this error when I'm redirected back from their login page.
Google Apps Script Error: Error retrieving token: invalid_client, Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). The OAuth 2.0 Client supports client authentication method 'client_secret_basic', but method 'client_secret_post' was requested. You must configure the OAuth 2.0 client's 'token_endpoint_auth_method' value to accept 'client_secret_post'. (line 553, file "Service")
I'm not sure how to fix it, I read through the documentation and tried a couple of things but nothing worked. This is how my service setup looks like:
Link to their "doc", there's not much in there: https://developer.marvelstrikeforce.com/beta/index.html
Not sure if I'm missing sometime or if the library is just incompatible with their API, any help is appreciated. Thank you!
The text was updated successfully, but these errors were encountered: