Forum Discussion
MarkShnier__You
Qrew Legend
6 years agoSorry, but if there is an API call that you can use, why are you saying that you cannot supply a usertoken to deal with permissions?
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
ScottPugh
6 years agoQrew Cadet
Admittedly I'm making an assumption as I havent yet tried this...
But if I put the URL (replacing the xxx's) https://xxxxxx.quickbase.com/up/xxxxxxx/a/rxxxx/exx/v0 into a webpage it (understandably) forces me to login first before it downloads a file
I will be calling that URL from a web service to stream the file contents to the service, which then does some other things with that file.... my assumption (this is what I havent tried) is that it will error out because I"m not providing any authentication.... Or maybe a better way of saying is I actually hope it will error out because I havent provided any authentication
normally in my QB API calls made from external services I'll include the user and apptoken.....but how/where do I include the user and apptoken in this URL? https://jennason.quickbase.com/up/xxxxxx/a/rxxx/exxx/v0
--
--
------Original Message------
Sorry, but if there is an API call that you can use, why are you saying that you cannot supply a usertoken to deal with permissions?
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- MarkShnier__You6 years ago
Qrew Legend
mycompany.quickbase.com/up/xxxxxxx/a/r3672/e522/v0&usertoken=xxxxxxxxxxxxx
try the above
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------- ScottPugh6 years agoQrew CadetI think you're on the right track.... i think you just have to add a ? before the &usertoken... good early results...will keep you updated--
------Original Message------
jennason.quickbase.com/up/bp5gujqc5/a/r3672/e522/v0&usertoken=xxxxxxxxxxxxx
try the above
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------