The error is pretty clear, you're getting 401 unauthorized from your web app. So either your credentials are not good, or the way you are authorizing is incorrect.
Since you're using gspread <https://github.com/burnash/gspread> (a third party library) you might want to revisit their documentation for Using OAuth2 for Authorization <http://gspread.readthedocs.io/en/latest/oauth2.html>. Be sure you are following the steps for your version of oauth2client; it's recommended to use >= 2.0.0. On Monday, July 18, 2016 at 3:01:35 PM UTC-4, Ridhwanul Haque wrote: > > I reposted the Exception part with a bit better presentation. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/9ad3f1e8-3829-4786-938d-f8021b39695b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
