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:
- Your gmail account (gmail email address)
- Your google service account from which access token was furnished (service account email address)
Then follow the below steps:
- Go to google.com/cloudprint
- 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"