nylas / nylas-ruby

Ruby bindings for the Nylas Platform APIs
https://nylas.com/docs
MIT License
101 stars 130 forks source link

Update app.rb to replace deprecated Google scopes #362

Closed maxw-nylas closed 2 years ago

maxw-nylas commented 2 years ago

Description

https://www.google.com/m8/feeds/ is a deprecated scope. We have users relying on this example code for our authentication. This code won't work unless the scope mentioned is replaced with https://www.googleapis.com/auth/contacts

Related CC PR here (not public): https://github.com/nylas/cloud-core/pull/5960/files

License

I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner.