Forum Discussion

mkjit256-outloo's avatar
mkjit256-outloo
Frequent Visitor
3 years ago
Solved

Passing bearer token generated in one query to another query returning a Formula.Firewall error

Hello, I was able to get an authorization token, which changes every hour, by providing a username and an api_key in the following query :     let username = "xxxxxxx", api_key = "xxxx...
  • ams1's avatar
    ams1
    3 years ago

    The thing is that privacy levels are the cause for your Formula.Firewall error - and are a good way to warn you that you are combining data from different sources (maybe you don't trust them all) -> "ignoring privacy levels" (warning: are you sure? ARE YOU REALLY SURE?) 🙂 should clear the error and allow you to continue with the exploration.

     

    I tested your snippets locally with minor changes and they work with "ignore privacy level" set.

     

    P.S. Don't know how many rows you will have in that single column table, but each row will hit the api endpoint with a request... fast. If you have MANY rows and control over the api, after testing if you get not so good performance, one option could be to batch together multiple rows in a single request.