It seems some wordpress module authors like to write files for temporary use, such as exporting some data from Easy Digital Downloads (a store-front plugin). They emit errors such as `Your content folder in “gs://bucketname/1” is not writeable.` which naturally it is not. I've also seen this one: `AccessDeniedAccess denied.Anonymous users does not have storage.objects.get access to bucketname/1/mailster/templates/1/mailster/templates/mymail/index.html.`
The "gcs" plugin makes it work right for storing media. Not being a wordpress developer (nor an advanced PHP programmer) how does one approach fixing this or asking the authors to fix it? Are they supposed to be using some other wordpress or PHP API for writing and reading files which gets magically transformed into something that just works inside GAE flexible? So far the two main plugins I have with this issue are Easy Digital Downloads for exporting data, and Mailster for saving message campaigns and storing my own templates. Any advice on how to approach those developers to make their modules more GAE friendly would be appreciated. -- 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 https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/695ab9ac-8ccc-4a77-906d-96d5f2cbb2cb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
