zendesk / zendesk_api_client_rb

Official Ruby Zendesk API Client
http://developer.zendesk.com/
Apache License 2.0
387 stars 183 forks source link

Global OAuth supported? #418

Closed georgecheng closed 4 years ago

georgecheng commented 4 years ago

Since I switched to a Global OAuth client, I've been getting the error: ZendeskAPI::Error::NetworkError (the server responded with status 401 -- get https://[subdomain].zendesk.com/api/v2/[resource]

Does this gem support using Zendesk's Global OAuth clients, or only local clients? To reproduce use an access token from a Global Oauth client.

georgecheng commented 4 years ago

Turns out the access_token was just expired. My bad.