I am working with the Google Calendar API and have successfully gotten the code that is exchanged for the access token. I also can test my service for exchanging the code for the token, and I successfully get the token in the test. My issue is that I am trying to save that token to a local storage variable for use when the actual call is made to create the calendar entry, but it is not saving. I have looked at everything and am pretty sure either I am missing something painfully obvious or I have hit a bug of some type. Any chance of checking out my app to see which it is?