ContributionsMost RecentMost LikesSolutionsRe: "Invalid Application Token" error when using User Token AuthenticationThank you both for your help. I guess I'll just add in that application token after all. ------------------------------ Misha Leong ------------------------------ Re: "Invalid Application Token" error when using User Token AuthenticationYes, I'm calling this from outside Quick Base. I just checked for leading/trailing spaces that might be a simple solution but no such luck. I'm a bit surprised that I was getting an "Invalid Application Token" error at all since I thought that having a user token would eliminate that need. ------------------------------ Misha Leong ------------------------------ Re: "Invalid Application Token" error when using User Token AuthenticationHey Mark, sorry for the confusion. I just pasted in the generic code that's in the quickbase documentation for api calls. I have a very long string that I'm using in reality. ------------------------------ Misha Leong ------------------------------ "Invalid Application Token" error when using User Token AuthenticationI'm trying to use the API_AddRecord api call, but keep getting Error Code 24: Invalid Application Token; An Application Token must be supplied. However, I though when using a user token, Quickbase does not require an application token. Some example code of what I'm using is below. Any advice is much appreciated! --- POST https://target_domain/db/target_dbid? Content-Type: application/xml Content-Length: QUICKBASE-ACTION: API_AddRecord <qdbapi> <udata>mydata</udata> <usertoken>user_token</usertoken> <field fid="8">value 1</field> <field fid="9">value 2</field> <field fid="10">value 3</field> </qdbapi> ------------------------------ Misha Leong ------------------------------