Google Calendar API Offline Usage with access token in Ruby on Rails -
i using ruby api client google calendar. making application in server side needs post on user's calendar every 1 pm. problem , how can access google calendar api offline. store access token in db , applying exact same operation google has mentioned in docs.
client_opts = json.parse(user.credentials) auth_client = signet::oauth2::client.new(client_opts)
i getting 'missing token endpoint uri' error. please me this, been 5 days , cant find out how solve this. appreciate help.
Comments
Post a Comment