-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
Hi, i'm using a Bitnami Google Cloud Launcher with Parse Server, then i installed parse-server-gcs-adapter
, like this:
// ...
var api = new ParseServer({
databaseURI: "xxxxxxxxxxxxx",
cloud: "./node_modules/parse-server/lib/cloud-code/Parse.Cloud.js",
appId: "xxxxxxxxxx",
masterKey: "xxxxxxxxx",
fileKey: "xxxxxxxxxxxxxxx",
serverURL: 'http://xxxxxxxxxx:80/parse',
filesAdapter: {
module: "parse-server-gcs-adapter",
options: {
projectId: "xxxxxxxxxxxx",
keyFilename: "./xxxxxxxxx.json",
bucket: "xxxxxxxxx"
}
}
});
// Serve the Parse API on the /parse URL prefix
app.use('/parse', api);
// ...
The parse-server-gcs-adapter
is at node_modules
folder.
I dropped the .json
file key at the same folder. This server is HTTP, not using SSL actually, i have an other that is SSL and the gcs adapter works perfectly, but no in this server.
I tried as intance too, but nothing happens.
Metadata
Metadata
Assignees
Labels
No labels