Can anyone provide any insight why this might be happening?
-
- Customers
- Developers
- Sign in
# export RC_SERVER_URL=https://platform.devtest.ringcentral.com # export RC_USER_USERNAME= # export RC_USER_EXTENSION= # export RC_USER_PASSWORD= @client = RingCentralSdk::REST::Client.new do |config| config.load_env = true end response_file = @client.http.get do |req| req.url recording_url end
{ "errorCode" : "TokenInvalid", "message" : "Token not found", "errors" : [ { "errorCode" : "OAU-213", "message" : "Token not found" } ] }
3 People are following this question.