Skip to content

Bitnami Google Cloud - adapter not working #3428

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

Closed
mauriciord opened this issue Jan 24, 2017 · 0 comments
Closed

Bitnami Google Cloud - adapter not working #3428

mauriciord opened this issue Jan 24, 2017 · 0 comments

Comments

@mauriciord
Copy link

mauriciord commented Jan 24, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant