-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fileAdapter - Google Cloud config not working #3438
Comments
@mauriciord my two cents here, maybe it can help you debugging it: 1 - Are you able to read and print to the console the json file? Also, not related to the storage adapter, your |
@natanrolnik it's something with Bitnami, because i used parse-file-utils today on my local machine to migrate all images for the Google Cloud Storage and worked perfectly. |
@natanrolnik if i try to post a file via POSTMAN it's shows me a 502 Bad Gateway |
It was a Bitnami permission folder, working perfectly now. My GcsAdapter working now, this is how i made:
Now it's working 100%, 😀😀😀😀😀😀 |
Glad you figured it out! |
I'm trying to config my fileAdapter for Google Cloud Storage.
I'm using Bitnami with Google Cloud Platform. I've tried with
.json
and.p12
files, but not working.Trying to upload directly from Parse Dashboard, but 400 Bad Request.
I'm using as an instance:
What can i do ?
The text was updated successfully, but these errors were encountered: