I am creating an application that prints a PDF file from the server after it is created.
When using Google Cloud Print, I always get:
User credentials required Error 403
Note: fulfilling this print request in page modeling works fine, but that is because I am already registered with my google account.
After some research, I found out that I needed to use OAuth to get an access token to send with a request to complete a print job.
And every page I can find tells me to redirect me to: https://www.googleapis.com/auth/cloudprint , which gives me a 404 error, and I canโt find it on google play area, and using any old Authentication versions end up with a write request marked as a hacker attack.
Is there any way around this?
source share