Skip to content Skip to sidebar Skip to footer

Google Cloud Print Api Integration In My Application

I am trying to integrate Google cloud print in Android Application. I do not want to do it through Print framework as my requirement is to directly print from application without a

Solution 1:

Create a google group. Add members by direct invite:

  1. Your gmail account (gmail email address)
  2. Your google service account from which access token was furnished (service account email address)

Then follow the below steps:

  1. Go to google.com/cloudprint
  2. Select your printer and click Share tab. Add following members under invite people:
    • google service account email address
    • google group email address ( eg, xyz@googlegroups.com)

Then try calling GCP APIs. It will work perfectly.

Post a Comment for "Google Cloud Print Api Integration In My Application"