anuj607 / 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

my sollution for who get error "Could not create storage directory" #137

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
if u've tried chmod 777 method but still didnt't work, so u've just to disabled 
the cached file function.

disable file chaching:
- open file /io/apiCurlIO.php
- del this (@line 160): $this->setCachedRequest($request);
  or just change to : //$this->setCachedRequest($request);

Original issue reported on code.google.com by faley.in...@gmail.com on 2 Jun 2012 at 7:38

GoogleCodeExporter commented 9 years ago
but, it would be good if the developer created exception that if get error when 
make chaced request, then do not make it, just skip it without chached :-)

Original comment by faley.in...@gmail.com on 2 Jun 2012 at 7:45

GoogleCodeExporter commented 9 years ago
Solved my problem! thanks

Original comment by tzve...@gmail.com on 12 Nov 2012 at 3:21

GoogleCodeExporter commented 9 years ago

Original comment by ianbar...@google.com on 22 Mar 2013 at 2:15