How can I easily set up a Google Cloud Print printer?

Uri Herrera

I have an HP Photosmart B210 this is a e-print printer capable of printing via wifi, I'm using this printer in Google cloud print, however there is a downside, the software that comes with it is only for Windows, so to print anything I'm using my Android device.

Transferring the file to my phone, then with HP's app or Cloud print app send the job to the printer which honestly is not that hard but I feel like I'm doing more steps than necessary.

So, is there a way to set up the printer in Ubuntu or is there a 3rd party app in which i could just import/drag and drop the jobs into Google's service and print them?.

Jorge Castro

It looks like someone has made a CUPS/Google Cloud Print tool here:

And it appears the author provides a PPA:

To install it and configure it:

sudo add-apt-repository ppa:simon-cadman/niftyrepo
sudo apt-get update
sudo apt-get install cupscloudprint
sudo /usr/share/cloudprint-cups/setupcloudprint.py

After it asks for Google Credentials (it will only ask if this is the first time you have used CUPS CloudPrint, or your credentials are invalid) it will then ask if you wish to add all printers from your Google Account.

To make it work with Google's 2 Step Verification system, you must create an "App password". To do this go to: the App passwords page in your Google account and set a new password for the service.

If you say ‘Y’ here, it will add all printers that are currently not added to your CUPS install.

If you would prefer to add the printers manually, say ‘N’ here, and add a printer manually:

Add a new printer ( via http://127.0.0.1:631 or usual interface ) as a ‘Google Cloud Print’ network printer. Select the ‘Make’ as Google, and ‘Model’ as Cloud Print.

/usr/lib/cloudprint-cups/listcloudprinters.py

This is only for adding printers from Google Cloud Print to your local machine. If you want to take your existing printers and add them to Google Cloud Print follow these instructions:

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Printer settings with Google Cloud Print

From Dev

How can I print JasperPrint directly to printer?

From Dev

How can I set the MIME type upon writing a file to google cloud storage

From Dev

How can I set up onClickListener on Toast?

From Dev

How can I set up AWS Route 53 as a DNS for Azure Cloud Service?

From Dev

How can I print to an actual printer?

From Dev

How can I use JavaPOS to print reciepts with an Epson printer?

From Dev

How can I set up "PrintTitleRows" in EPPlus?

From Dev

How can I force my printer to print in black when it can't recognize 2 colour cartridges?

From Dev

how can I print from a different subnet than the printer?

From Dev

How can I copy a print file to a networked printer?

From Dev

How can I set up a usb printer as a network printer using a linux server?

From Dev

How should i remove printer image on print?

From Dev

How can I print JasperPrint directly to printer?

From Dev

Flycheck and Clutter - how can I set it up?

From Dev

How to change name showing up in print dialog for a shared printer

From Dev

Is it possible to print from a DOS application to google cloud printer?

From Dev

How do I set up a printer shared via Samba in the default profile of a Windows 10 machine?

From Dev

Setting up a printer for Google Cloud Print while not on the same subnet

From Dev

How can I force a color printer to print in black and white, when only the color cartridges are allegedly empty?

From Dev

Can I set up a remote connection to Mongo on cloud nine?

From Dev

How can I set up cloud code (for an existing project) on a new machine?

From Dev

How do I set up printer sharing with a Windows 7 machine in Ubuntu?

From Dev

How can I print PHP syntax highlighting on a colour printer?

From Dev

How can i easily keep libraries up to date for PHP app?

From Dev

How many pages can I continuously print without damaging the printer?

From Dev

how can I set up an internal network?

From Dev

How can I install petrify and set it up?

From Dev

Using Google Cloud Print to print to a designated printer in a restaurant from an app

Related Related

  1. 1

    Printer settings with Google Cloud Print

  2. 2

    How can I print JasperPrint directly to printer?

  3. 3

    How can I set the MIME type upon writing a file to google cloud storage

  4. 4

    How can I set up onClickListener on Toast?

  5. 5

    How can I set up AWS Route 53 as a DNS for Azure Cloud Service?

  6. 6

    How can I print to an actual printer?

  7. 7

    How can I use JavaPOS to print reciepts with an Epson printer?

  8. 8

    How can I set up "PrintTitleRows" in EPPlus?

  9. 9

    How can I force my printer to print in black when it can't recognize 2 colour cartridges?

  10. 10

    how can I print from a different subnet than the printer?

  11. 11

    How can I copy a print file to a networked printer?

  12. 12

    How can I set up a usb printer as a network printer using a linux server?

  13. 13

    How should i remove printer image on print?

  14. 14

    How can I print JasperPrint directly to printer?

  15. 15

    Flycheck and Clutter - how can I set it up?

  16. 16

    How to change name showing up in print dialog for a shared printer

  17. 17

    Is it possible to print from a DOS application to google cloud printer?

  18. 18

    How do I set up a printer shared via Samba in the default profile of a Windows 10 machine?

  19. 19

    Setting up a printer for Google Cloud Print while not on the same subnet

  20. 20

    How can I force a color printer to print in black and white, when only the color cartridges are allegedly empty?

  21. 21

    Can I set up a remote connection to Mongo on cloud nine?

  22. 22

    How can I set up cloud code (for an existing project) on a new machine?

  23. 23

    How do I set up printer sharing with a Windows 7 machine in Ubuntu?

  24. 24

    How can I print PHP syntax highlighting on a colour printer?

  25. 25

    How can i easily keep libraries up to date for PHP app?

  26. 26

    How many pages can I continuously print without damaging the printer?

  27. 27

    how can I set up an internal network?

  28. 28

    How can I install petrify and set it up?

  29. 29

    Using Google Cloud Print to print to a designated printer in a restaurant from an app

HotTag

Archive