mself
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by mself-
mself commented,
and , we recently updated the docs for how to access shared items via the API. Please let me know if this provides the information you were looking for: https://docs.box.com/reference#get-a-shar...
-
mself commented,
I think you need to hash the `box-delivery-timestamp` as well as the message body.Here is some sample JavaScript code that works: let hmac = crypto.createHmac('sha256', signatureKey); hmac.upd...