We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I attempted to execute the following:
`library("RSocrata")
assessments <- read.socrata( "https://datacatalog.cookcountyil.gov/resource/tnes-dgyi.json", app_token = "aIeNbk5VjuMcQyNcop14zg2Vv", email = "[email protected]", password = "MY PASSWORD" )`
and received a 403 error:
2021-08-05 08:23:38.089 getResponse: Error in httr GET: 403 https://datacatalog.cookcountyil.gov/resource/tnes-dgyi.json?%24%24app_token=aIeNbk5VjuMcQyNcop14zg2Vv&$order=:id Error in getResponse(validUrl, email, password) : Forbidden (HTTP 403).
The text was updated successfully, but these errors were encountered:
Talked with Rob and was a syntax issue. No bug.
Sorry, something went wrong.
Thanks @tomschenkjr! Let us know if you have any other issues, @robertaross0. Closing this one.
Thanks guys. Rushing + impatience = user error.
No branches or pull requests
I attempted to execute the following:
`library("RSocrata")
assessments <- read.socrata(
"https://datacatalog.cookcountyil.gov/resource/tnes-dgyi.json",
app_token = "aIeNbk5VjuMcQyNcop14zg2Vv",
email = "[email protected]",
password = "MY PASSWORD"
)`
and received a 403 error:
2021-08-05 08:23:38.089 getResponse: Error in httr GET: 403 https://datacatalog.cookcountyil.gov/resource/tnes-dgyi.json?%24%24app_token=aIeNbk5VjuMcQyNcop14zg2Vv&$order=:id
Error in getResponse(validUrl, email, password) : Forbidden (HTTP 403).
The text was updated successfully, but these errors were encountered: