kesaven / google-api-php-client

Automatically exported from code.google.com/p/google-api-php-client
Apache License 2.0
0 stars 0 forks source link

Wrong permissions #375

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The files and folders inside the tar.gz have wrong permissions. 
Files have permissions 640 and folders have 750.

So when I extract the archive, I have to manualy correct the persmissions to 
664 for files and 775 for folders, to use the library.

Could you please package the library with proper permissions.

Original issue reported on code.google.com by ales.sar...@gmail.com on 22 Aug 2013 at 11:52

GoogleCodeExporter commented 9 years ago
I think a "more standard" default would be 0644 for files and 0755 for 
directories rather than 0664 and 0775, but I'm OK with either one.

Original comment by Gordon.S...@gmail.com on 4 Sep 2013 at 6:07

GoogleCodeExporter commented 9 years ago
This issue tracker is now closing. Development on the Google PHP client library 
moved to GitHub with the release of the 1.0.0-alpha, and now the 1.0 branch has 
reached beta status there will be no further releases of the 0.6 branch of the 
library. 

Please take a look at the latest version on 
https://github.com/google/google-api-php-client

For information on migrating, please take a look at this guide: 
https://developers.google.com/api-client-library/php/guide/migration

For general library support please ask a question on StackOverflow: 
http://stackoverflow.com/questions/tagged/google-api-php-client

If you are looking for support with a specific API, please contact the team 
working with that API via StackOverflow or their preferred support mechanism. 

If your issue still exists with the new version of the library, please raise a 
bug in the GitHub issue tracker with a minimal code sample. 

Thanks!

Original comment by ianbar...@google.com on 22 Jan 2014 at 4:53