mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 21:55:56 +03:00
[GH-ISSUE #163] Could not load the default credentials #2178
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#2178
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ahmck on GitHub (Jan 14, 2020).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/163
Hey, I'm trying to upload a file in node but I get the following error:
Here is the code:
Interestingly getting the buckets using your node example works just fine.
I also tried supplying empty credentials but that just complained further
I might be out of luck just by nature of how the google node storage library works but any suggestions would be greatly appreciated, thanks!
@jamespedid commented on GitHub (Jan 27, 2020):
@ahmck I'm having this same issue. Did you determine how to solve the issue, or did you abandon it?
@ahmck commented on GitHub (Jan 27, 2020):
Hey @jamespedid, I abandoned it. For local use I am now just running a container with nginx that serves files that are volume mounted.
@jamespedid commented on GitHub (Jan 28, 2020):
Cool. I think the problems are actually in the google-cloud/storage library myself. There are some functions that aren't respecting the apiEndpoint that you enter. I ended up switching to minio and I'm going to use that with the gcs gateway for non-developer environments.