Forum Discussion

AllanSchougaard's avatar
AllanSchougaard
Qrew Member
8 years ago

Apptoken gives error 22 ""sign-in required"" for some tables, not for others

When using the QuickBase Ruby client and do the following (information obscured by asterisks):


qbc = QuickBase::Client.init("org" => '****', "apptoken" => '*****')


and do:


db_id = '****' # dbid of a table

qbc.getSchema(db_id)


I get the error:


Error code: 22 text: Sign-in required: detail: The page you have requested can be viewed only by users who have signed in. Please sign in to proceed.

If I change the db_id to a  dbid of a specific other table in the same app, I get back a valid schema.

What is going on?


Thanks,

--Allan