Remko Brenters

Results 17 comments of Remko Brenters

Two solutions: Process each of the administrations after each other (to prevent overlapping connections and token issues) or make two separate API clients who each have their own client Id/secret...

This is a community managed package, can you please put more effort in asking a question. Some example code, what did you try, what are you sending etc. So people...

Still not a valid question but see https://support.exactonline.com/community/s/knowledge-base#All-All-DNO-Content-respcodeserrorhandling for what a 403 implies.

That is a bit more (thank you) but 403 is an Exact Online API error and is related to some permission you are not having. Are you sure all permissions...

I noticed you are sending the request to `exactonline.com` while the `code` seems to be generated through `exactonline.nl`. Are you sure you are not mixing up things?

I would guess you did not save the refresh token. Every successful request will return a refresh token you need in your next request (in your case something you would...

One additional thought: On our production platforms (using different frameworks and implementations through the years) we sometimes get false 400 errors on nightly requests. If we retry the request with...

I think there are two separate questions mixing here. The potential issue with the use statement (have not seen it myself yet) is separate from the 400 error responses returned...

I agree with your personal fear. We have numerous (think 20 - 30 at least) instances. Some on older platforms (and older versions of the package) and some on newer...

Hi @sietse85 This is a community managed package. I understand that you, like a lot of developers, are having a hard time implementing the API limits imposed by Exact Online....