Forum Discussion
JoelHickok
3 years agoQrew Cadet
It seems you may be confusing another company's product API with Quickbase. The link you provided is for another API for a different platform.
If you are using the newer Quickbase JSON API, the endpoint I have tested is the temporary token endpoint.
You can read more about this here:
https://developer.quickbase.com/operation/getTempTokenDBID
------------------------------
Joel Hickok
------------------------------
If you are using the newer Quickbase JSON API, the endpoint I have tested is the temporary token endpoint.
You can read more about this here:
https://developer.quickbase.com/operation/getTempTokenDBID
------------------------------
Joel Hickok
------------------------------
- Hello,
I'm trying to add a logo to my form as well and here's what I put into a formula-text field.
<img src = https://cfkent.quickbase.com/up/bpvr9qpph/g/rb/eg/va/cfkent-logo-grey_02.png>;
I'm getting a syntax error. Please let me know what I'm doing wrong.
------------------------------
Howard Fu
------------------------------- MarkShnier__You6 years ago
Qrew Legend
Did you put that whole string in quotes?
------------------------------
Mark Shnier (YQC)
Your Quick Base Coach
http://www.QuickBaseCoach.com
markshnier2@gmail.com
------------------------------- AdamKeever16 years agoQrew CommanderMark is correct Howard, the URL string needs to be in quotes. If you want to limit the size of it you can use
height=100;"​
orwidth=100;"
for example:<img src = "https://cfkent.quickbase.com/up/bpvr9qpph/g/rb/eg/va/cfkent-logo-grey_02.png" height=100;">
------------------------------
Adam Keever
------------------------------