Hello, i'm using the Box api for upload a file to my space, when i use the Developer Token i can success upload my file but when i use the token that i generate using the OAuth2 i get a parentId "not found" error, so, how is the correct way that i should use the OAuth2 token?
Note:
- When i use my developer token i send the parent Id = 0, (root folder of Box space), works fine.
- When i try to send the file using the OAuth2 token i already tryed it with parentId = 0 and also one of the Ids of my folders but i obtain the already explained error result
- The way i´m requesting the OAuth2 token is with the clientId, clienteSecret and grant_type = client_credentials
