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
Hi, i'm using a Bitnami Google Cloud Launcher with Parse Server, then i installed parse-server-gcs-adapter, like this:
// ...varapi=newParseServer({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 prefixapp.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.
The text was updated successfully, but these errors were encountered:
Hi, i'm using a Bitnami Google Cloud Launcher with Parse Server, then i installed
parse-server-gcs-adapter
, like this:The
parse-server-gcs-adapter
is atnode_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.
The text was updated successfully, but these errors were encountered: