Google Cloud bucket permission issue

Multi tool use
Google Cloud bucket permission issue
I have deploy wordpress multiple site on google app engine and now i want to change uploads folder as google bucket folder where i can upload media. Now the following issue i have ..
Unable to create directory https://console.cloud.google.com/storage/browser/media-wordpress/. Is its parent directory writable by the server?
OR
Unable to create directory gs://media-wordpress/. Is its parent directory writable by the server?
So how I can make writable for my wordpress site or ananamous users.
Sam
1 Answer
1
You'll need to create the bucket media-wordpress from your Developer Console or the gsutil tool for example as explained here. Once done, you'll be able to reference this bucket in Wordpress with the format https://storage.googleapis.com/media-wordpress/
already created the bucket and change the path in upload but getting error as describe in question ..please check below again...its parent directory writable by the server? OR Unable to create directory gs://media-wordpress/. Is its parent directory writable by the server?
– Sam Panwar
Jul 1 at 16:11
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
In this github issue github.com/GoogleCloudPlatform/php-docs-samples/issues/518 it is suggested to use this wordpress.org/plugins/wp-stateless Please read the issue and try the workaround. Let us know how it goes
– Victor Herasme Perez
2 days ago