Skip to content

Bitnami Google Cloud - adapter not working #15

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 · 1 comment
Closed

Bitnami Google Cloud - adapter not working #15

mauriciord opened this issue Jan 24, 2017 · 1 comment

Comments

@mauriciord
Copy link

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.

@mauriciord
Copy link
Author

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