I'm trying to upload a file and create a shared link using a free Box developer account. The upload part works just fine. When I try to create a shared link I get an error response. A copy of the error response that I received is below.
{
"type":"error","
status":403,
"code":"access_denied_insufficient_permissions",
"help_url":"http:\/\/developers.box.com\/docs\/#errors",
"message":"Access denied - insufficient permission",
"request_id":"***number removed for privacy***459c813f50f924"
}I received this error with code that I wrote myself and with code from some other SDKs and samples. I finally tried with the sample curl command that Box has posted (of course changing the file ID and the authorization key) and receive the same response. For the sake of testing I've enabled all of the application scopes but still get this error. What is the cause of this and how do I resolve it?