I am currently testing the webhook and am successfully receiving change notifications, however, the X-Dropbox-Signature doesn't match my calculation during message validation.
To find a solution I have tried comparing my results to the results using the python code example in the Webhooks tutorial as well as the java example in github. All three of my generated signatures are the same and they don't match the one in the X-Dropbox-Signature header value.
I am using my application's secret key to create the secret key and using hmacSHA256 as the algorithm to encrypt the body of the request.
Any help would be much appreciated.