This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
Error 400 #199
Answered
by
shmuhammadd
kaiquemancoso
asked this question in
Q&A
Error 400
#199
-
Could anyone help me? I'm having this error: Error in make_query(url = endpoint_url, params = params, bearer_token = bearer_token, :
|
Beta Was this translation helpful? Give feedback.
Answered by
shmuhammadd
Jul 26, 2021
Replies: 1 comment 1 reply
-
You need to correct two things.
The instruction below works.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kaiquemancoso
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@kaiquemancoso
You need to correct two things.
Look at the country code here , for Brazil, it is two digit
br
.You need to remove the last comma after last instructions. E.g you wrote
country = "Brazil",
The instruction below works.