message not found
AnsweredHi,
I am getting this error while trying to upload documents using python code. Please help in resolving this error.
boxsdk.exception.BoxAPIException: Message: Not Found
Status: 404
Code: not_found
Thanks.
-
Official comment
Hello Prudhvi,
Based on the information provided, I'm not quite sure why you are getting this error. Typically, not_found errors show up due to the application service account not having the appropriate permissions to the content you are trying to access.
I would review the authentication sample code in the python sdk - specifically looking at the as user section. As-user calls will allow you to make API calls as another user other the application service account.
Thanks,
Alex, Box Developer Advocate
Comment actions -
Another way to get to the authorization screen is by going to Admin Console > Apps > Custom Apps like shown in this article. You are correct in that you will want to reauthorize in order to allow the changes you made to go through.
Thanks,
Alex, Box Developer Advocate
Please sign in to leave a comment.
Comments
5 comments