So I've been trying to use Authentication Tokens with my code.
var text URL= URLRoot() & "db/" & [_DBID_STATUS_LOG] & "?act=API_DeleteRecord&rid=" & [Latest Child Record]
& "&apptoken= de8maaedeufhmicsjctspcgqy4ea";
$url
However, even when I assign the token to the application, I get the following error message
<qdbapi>
<action>API_DeleteRecord</action>
<errcode>24</errcode>
<errtext>Invalid Application Token</errtext>
<errdetail>The Application Token de8maaedeufhmicsjctspcgqy4ea has not been assigned to this Application. To read about assigning an Application Token to your application go to https://help.quickbase.com/user-assistance/app_tokens.html</errdetail>;
</qdbapi>
Does it take time for QuickBase to recognize an assigned token?
I would prefer to make tokens required if that means more security for my app.
Thanks in advance for any insight.
------------------------------
James Dalton
------------------------------