Google Cloud Storage: Key File Path question
-
Hi there,
We’re just in the setup process of this awesome plugin with GCS (Google Cloud Storage) and facing the issue with the following error message:
“Given Key File Path is invalid or could not be accessed.”
We did created the API credentials in Google Cloud Platform (.json-File) and then placed it inside the WP directory under: /wp-content/folder/key-file.json”
In WP config we then placed this code:
/** Google Cloud Storage (Offload) */ define( 'AS3CF_SETTINGS', serialize( array( 'provider' => 'gcp', 'key-file-path' => '/wp-content/folder/key-file.json', ) ) );
Is there anything we might have done wrong here?
Many thanks for your feedback.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Google Cloud Storage: Key File Path question’ is closed to new replies.