Hi, we have set up an application and a webhook endpoint that was enabled successfully, after authenticating a user against our application (using the OAuth2 login flow with an offline token) we test the webhook and it seems we do get a notification to our endpoint every time we upload to that user`s dropbox, however the notification request only sends the API v1 userId and not the listFolder Account id(API v2), this causes issue as these ids are deprecated and we can`t query the API with our SDK (we are using C# SDK) with this user id. we log all notification requests :
"{"ListFolder":null,"Delta":{"Users":[2123459457]},"UploadType":null}"
as you can see, only the Delta.Users is populated.
contrary to what is written in the documentation here :
https://www.dropbox.com/developers/reference/webhooks#documentation.