Results 5 comments of Dan E

Update for Gatsby 4. To enable, in `gatsby-config.js`: ``` module.exports = { jsxRuntime: "automatic" }; ``` https://www.gatsbyjs.com/docs/reference/config-files/gatsby-config/#jsxruntime

There probably should be some documentation in the project.

The issue is that the method `downloadfile` also uses the [`getfilelink` method](https://github.com/pCloud/pcloud-sdk-js/blob/master/src/client/methods/downloadfile.js#L13) which ["can't be used from web applications. Referrer is restricted to pcloud.com"](https://docs.pcloud.com/methods/streaming/getfilelink.html). See #4.

Is this module a bit abandoned? Still no conformation that this is for Express 4.x and there are stale bugs in both this project and connect-flash. Seems like the functionality...