On Thu, Nov 14, 2013 at 11:57 PM, kthom <[email protected]> wrote: > cache dir for logs needs to be writable > Is there a way to chmod 777 for my logs directory when using kohana >
App Engine doesn't allow applications to write directly into the application's own directories. If you want to store logging files, you need to write the files to Google Cloud Storage. There's no chmod, but you can configure read/write permissions within GCS. On Thu, Nov 14, 2013 at 11:57 PM, kthom <[email protected]> wrote: > So I have to assume I need to use a Compute Engine Instance. Is this > correct? > No. App Engine can write directly to Cloud Storage, no Compute Engine machine required. See https://developers.google.com/appengine/docs/php/googlestorage/ ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
