yasirsiddiqui / php-google-cloud-print

PHP class to print documents using Google Cloud Print with OAuth2 authorization
91 stars 42 forks source link

Can i choose the path inside my drive when i use "__google__docs"? #10

Closed lincolnlemos closed 4 years ago

lincolnlemos commented 9 years ago

Can i choose the path inside my drive when i use "googledocs"?

yasirsiddiqui commented 9 years ago

I didn't get your point can you elaborate?

lincolnlemos commented 9 years ago

Instead i use a print, i select google drive.

$gcp->sendPrintToPrinter('googledocs', $file_name, $path_to_my_file, "image/jpeg");

So always images are save on google drive root. I want save inside some folders...