Updated error message for invalid data partition id
In case user provides invalid data partition id, we throw 403 forbidden error with error message "The user is not authorized to perform this action" which can be misleading for the user. This issue has already been fixed in master branch so I just copied the statement to throw this exception from 'master' branch.