google-cloud-print

Using the Google Cloud Print API with Android

女生的网名这么多〃 提交于 2019-11-28 20:20:19
问题 I am working on an android application that needs to print to a printer. I decided on using the Google Cloud Print, as it seemed easy to set up. Initially, I followed the steps found here for integrating into Android. This works, as in it will print to my desired printer. However, this process is a bit involved for the user. In my case, the process is as follows: The user selects the print button that I have displayed next to some information. A Dialog is shown with a preview of what will be

Share printer with Google API Service Account

戏子无情 提交于 2019-11-27 02:19:02
问题 Is it possible to share a GCP printer with a Google API service account (https://developers.google.com/accounts/docs/OAuth2ServiceAccount)? I tried to share the printer with the client email address ( id@developer.gserviceaccount.com ), but the printer is not shown in the response to the API call /search . Calling /submit leads to an error ( User has no access ) 回答1: I believe you are encountering the " is pending " problem. Namely, you did share your printer with the id@developer