I'm integrating Google Cloud Print into an
ASP.NET MVC web application.
I have already implemented Google OAuth 2.0 and obtained Authentication Code and Access Token. However, when I try to use the token to access Google Cloud Print, the server always returns the error message of 403 Forbidden.
So I go to Google Developers Console and check my Project's Enabled APIs, I couldn't find Google Cloud Print there. But when I try to add it, Google Cloud Print is not the list of API Library.
Any ideas of where to add Google Cloud Print into Enabled APIs? Many thanks!