Kieran Bacon

Results 12 comments of Kieran Bacon

That is good to hear! I feel like there are lots of small gotchas that can be very frustrating. In general, something spelt out like https://filemanagerpro.io/article/how-can-i-get-my-microsoft-account-client-id-and-client-secret-key/ would likely be a...

So using the **application id** and including the `express_session` package has worked and I can now go through the authentication path, giving access to the app to read and list...

Hi @Murderlon, sorry to be a bother. I've not been able to make any progress uploading files from one drive - do you have any idea of something I could...

Amazing! this looks like we are on for a winner! per your last message, I am in the middle of re-installing and building the companion server and I will add...

Unfortunately, that doesn't seem to have done the trick. I've logged in to pod to confirm that the settings are there. I am still getting the following ``` companion: 2022-07-15T10:55:28.024Z...

I believe I have version 3.6.0 though I understand how that 1.0.0 looks suspicious from the package-lock.json ``` @uppy/companion 3.6.0 node_modules/@uppy/companion 3.6.0 node_modules/@uppy/companion/node_modules/cookie 0.4.0 node_modules/@uppy/companion/node_modules/depd 2.0.0 node_modules/@uppy/companion/node_modules/express-session 1.17.1 node_modules/@uppy/companion/node_modules/safe-buffer 5.2.0...

Oh, I didn't realise that I had to install them - I've only installed @uppy/companion and those packaged where all the packages with 'uppy' in their path. My bad -...

sorry to report that the problem persists ``` "@uppy/companion": { "version": "3.7.0", "resolved": "https://registry.npmjs.org/@uppy/companion/-/companion-3.7.0.tgz", "integrity": "sha512-s2Lwlkd8VSiQcY880322Mfk9CJ6tylj9s/BIj7ZqYgP1R1uqAJuQ/3soflMmngrONRIgGje/2vVsWcoWj4Gz7Q==", "requires": { "@purest/providers": "1.0.1", "atob": "2.1.2", "aws-sdk": "^2.1038.0", -- "@uppy/companion-client": { "version": "2.2.1", "resolved":...

I've given it a go with no luck ``` const UPLOADER = "s3-multipart"; const COMPANION_URL = "https://companion.desc.dev.ngenius.ai"; ``` ![image](https://user-images.githubusercontent.com/33673650/179221416-2b8cbf3c-fafb-48c1-8fc2-0245f32f02d9.png) ``` companion: 2022-07-15T12:22:26.841Z [info] companion.client.version uppy client version @uppy/companion-client=2.2.1 companion: 2022-07-15T12:22:27.004Z...

Hi, - Companion is running as a Kubernetes deployment with a single pod on EKS. - The deployment is sitting behind a classic load balancer (who is responsible for handling...