Christopher Watford
Christopher Watford
I guess I'm struggling to understand the utility of types if we cannot type variables. Surely this is a miss on my part reading the documentation and not an actual...
We're seeing this as well, but unfortunately a private GH repo connecting to a private AzDO artifacts connection. Symptoms: - An update to a package is made in the private...
This is something we'd very much like in our scenario as well, mostly because of the layers of indirection coming to the function app. At the outermost you couldn't reach...
@bhagyshricompany when will this be fixed?
Our app uses a custom API Key/Secret setup that goes through a similar flow to OAuth2 client credentials. We get back additional data (a lot of it), including which organizations...
@jmprieur can we get the code here added somewhere to the documentation? This was a nightmare to track down.
Worse still, calling `GetEnterpriseUsersAsync` also throws an error when I include the external app ID.
I now think this is a regression with the main Box API, how do I get this escalated? https://gist.github.com/watfordsuzy/c5f85f1099e259f64e5acb4b0881d18f ref: https://developer.box.com/guides/api-calls/pagination/marker-based/
Yes, all of this code was working for me previously. Seems only recently that the addition of `external_app_user_id` causes the weird response from the server. EDIT: I've also raised an...
It looks like you were correct and I can successfully work around the issue using `GetEnterpriseUsersAsync`. Not 100% sure why I saw the NRE, might have been an old instance...