You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may be more of a question, but image transforms dont seem to be accessible with the plugin (I try only with GraphQL, and yes my volume is available in my Public Schema).
I tested the query with a local asset id (not handle by GCS) and it works well. Do I need to specify some permissions in GCS to make Craft able to create new sub-folders?
Edit/Update:
I try directly in my index twig template, and with that I was able to have some relevant logs (I add no error logs with the GraphQL query):
Google\Cloud\Core\Exception\BadRequestException: {
"error": {
"code": 400,
"message": "Cannot insert legacy ACL for an object when uniform bucket-level access is enabled. Read more at https://cloud.google.com/storage/docs/uniform-bucket-level-access",
"errors": [
{
"message": "Cannot insert legacy ACL for an object when uniform bucket-level access is enabled. Read more at https://cloud.google.com/storage/docs/uniform-bucket-level-access",
"domain": "global",
"reason": "invalid"
}
]
}
}
I switch back to 'Fine-grained'* and it works fine with Twig, but still have a null with GQL.
*It may be a nice detail to add to the plugin documentation!
Additional info
Craft version: 3.5.11.1
PHP version: 7.4.2
Database driver & version: MySQL 5.7.26
Plugins & versions: Google Cloud Storage 1.4.0
--
The text was updated successfully, but these errors were encountered:
Description
It may be more of a question, but image transforms dont seem to be accessible with the plugin (I try only with GraphQL, and yes my volume is available in my Public Schema).
Steps to reproduce
I tested the query with a local asset id (not handle by GCS) and it works well. Do I need to specify some permissions in GCS to make Craft able to create new sub-folders?
Edit/Update:
I try directly in my index twig template, and with that I was able to have some relevant logs (I add no error logs with the GraphQL query):
I switch back to 'Fine-grained'* and it works fine with Twig, but still have a
null
with GQL.*It may be a nice detail to add to the plugin documentation!
Additional info
--
The text was updated successfully, but these errors were encountered: