php - How to set quickbase permissions to add records , Edit records -
quickbase error response:
i using 'quickbase' database integration "codeigniter" . when add records show error code 3 i.e. "insufficent" permissions . can 1 new "quickbase".
respose quickbase:
simplexmlelement object ( [action] => api_addrecord [errcode] => 3 [errtext] => insufficient permissions [errdetail] => oops. don't have permission access page [username] => tbd1@brightline.com )
looks user you're using api_authenticate quickbase has insufficient permission add record table.
from within quickbase, click on users , verify role associated user. within role can view/modify permissions applied user role.
Comments
Post a Comment