HI! I have to check if record still exist before making updates on it, but when I use "find" JS API method I receive 403: You are not authorized to perform this operation response on non-existing records. Same situation with the update method.
When I use these methods on existing records everything works fine. Also current API-user have permissions to create new records.
I use Personal access token with data.records:read, data.records:write scopes.
Please help me to figure out why I get so strange response on non-existing record.
Find or update non-existing record using API

Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.