Trying to make a POST request to upload a file to the following endpoint using ajax:
url: 'https://upload.box.com/api/2.0/files/content',
headers: {Authorization: 'Bearer DeveloperTokenHere'},
I keep getting a 403 error when trying..I have checked permissions in my admin console and they look alright. Any GET request I make is returning a 2xx code but POST are giving me this 403 error.