Davide Aquaro

Results 12 comments of Davide Aquaro

Hi @s-KaiNet , Unfortunately the only response I'm getting says "OAuth only flow is enabled and the call has not been issued from an app". I thought there was an...

Yes, the authentication works fine, because I was able to upload files in SP as well as update several fields; the problem seems when I try accessing taxonomies: I tried...

I haven't tried the Client ID and Secret ID, but I've just generated the Bearer token from Postman and I passed it in this way and it worked: ``` let...

So I guess there's no workaround for this, is there? :(

I'll try that so and see what I get... I guess if I get something working properly I might add send a merge request to extend _sp-request_ :) Thank you...

Hi @koltyakov, Thank you for your reply. Apologies, in my previous example I forgot to show you an extract of my _package.json_ (out of desperation I eventually started to install...

Hi @koltyakov, I've tried this but still no joy: ``` const bootstrap = require("pnp-auth").bootstrap; const sp = import("@pnp/sp-commonjs/index.js"); const taxonomy = import("@pnp/sp/taxonomy/index.js"); let url = settings.sharepoint.url; bootstrap(sp, { username: settings.sharepoint.auth.username,...

LOL! Yes it was me, but with the old libraries! With the new ones somehow I'm having issues... Problem is even with the old libraries I'm having loads of "circular...

Hi @koltyakov, Just a quick update: instead of using the import at the beginning of my module, I imported it in my function: ``` async function getList(req, res, next) {...

Which bring us back to [ pnp/pnpjs#2004](https://github.com/pnp/pnpjs/discussions/2004): that means I'm going round in circle LOL!