I follow the instructions to set RSCLOUD_CLIENT_ID and RSCLOUD_CLIENT_SECRET using usethis::edit_r_environ(). I have reset both records twice to but still receive the following error:
library(rscloud)
rscloud_space_list()
#> Error in request_token(): Unauthorized (HTTP 401). Failed to get an access token. Confirm that the environment variables
#> `RSCLOUD_CLIENT_ID` and `RSCLOUD_CLIENT_SECRET` are set correctly.
I follow the instructions to set RSCLOUD_CLIENT_ID and RSCLOUD_CLIENT_SECRET using
usethis::edit_r_environ()
. I have reset both records twice to but still receive the following error:Created on 2021-10-18 by the reprex package (v2.0.0)
Can you help me identify the next steps to solve this problem?