Forum Discussion
5 Replies
Replies have been turned off for this discussion
- MarkShnier__You
Qrew Legend
It would be possible to make a formula URL button to delete and redisplay the page.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
[email protected]
------------------------------- JamesDaltonQrew TraineeSo 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
------------------------------- MarkShnier__You
Qrew Legend
Remove the space. :)
(been there done it).
& "&apptoken= de8maaedeufhmicsjctspcgqy4ea";
Sorry , Copy Paste not working in my iPad over morning coffee.
apptoken=de8 .....
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
[email protected]
------------------------------