Emily Doran
Emily Doran
Hi, there was recently a vulnerability reported in request versions
Hi, this is was marked as completed, but I still see request as a dependency in this package; please confirm if this has been fixed, or if it has been...
Is there an update for when the nodejs package will fix this vulnerability? It has been outstanding for quite some time now. It is understood that there is a beta...
Hello, I've tried replacing the authentication config with those outlined in the docs, however, that breaks all of my API calls. It really doesn't seem practical to have everyone switch...
```try{ var stream = fs.createReadStream(filepath) let attrs = { name: filename, parent: { id: folderID } } let body = { attributes: attrs, file: stream } await this.client.uploads.uploadFile(body) this.log.info('File uploaded...