Re: Why am I getting a 401 Unauthorized error when calling the Management API? Programming Web Development by Marcus_8 Yes, I did, but due to some Auth0 guideline, I can't share the link there. Re: Why am I getting a 401 Unauthorized error when calling the Management API? Programming Web Development by Dani Oh, it looks as if you're referring to auth0, as I see you've also posted [over there](https://community.auth0.com/t/why-am-i-getting-a-401-unauthorized-error-when-calling-the-management-api/185378). It says you've attached a diagram of the request flow but I'm not seeing it. Why am I getting a 401 Unauthorized error when calling the Management API? Programming Web Development by Marcus_8 Hi everyone, I'm getting a 401 Unauthorized error when trying to call the Management API from my web app. I've already checked my token, headers, and API endpoint, but nothing seems to work. However, I’m still confused and can’t figure out where exactly I’m going wrong. I feel like the solution might be in that blog, but I can’t pinpoint what… Re: Why am I getting a 401 Unauthorized error when calling the Management API? Programming Web Development by Dani What management API? DeepSeek R1 vs Llama 3.1-405b for Text Classification and Summarization Programming Computer Science by usmanmalik57 … defaultdict from google.colab import userdata FW_API_KEY = userdata.get('FW_API_KEY') ``` ## Calling LLMs Using FireworksAI API Let's first see how to… Re: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B Programming Computer Science by Pelorus_1 Great breakdown of DeepSeek R1 Distill LLaMA 70B! The explanation of text classification and summarization is clear and insightful. Appreciate the practical examples—makes implementation much easier. Thanks for sharing! Calling Oracle Stored Procedures with ASP Programming Web Development by vikrantshirsath Calling Oracle Stored Procedures with ASP the stored procedure is returning an array as out parameter. Any one can help me in this. Vikrant calling C/C++ function from perl Programming Software Development by perl1user calling C/C++ function from perl from : [email]cvv3@yahoo.com[/email] Hi, how do I call a compiled C/C++ function from perl ? Let say I have a C/C++ function: [code] *char func(char *ptr, int len) { ... return str;} [/code] Now i wonna call it from perl Re: Calling a perlscript within a another script in a loop Programming Software Development by KevinADC Calling another perl script in a loop should not be difficult but the last part of your question makes no sense to me. [QUOTE]I want the second calling of the script shouldn't depend on the first calling.... all should run independently............[/QUOTE] Re: calling overload constructor in constructor Programming Software Development by Ancient Dragon Calling one constructor from another cause the destructor to be called too many times. So don't do it. Re: calling C/C++ function from perl Programming Software Development by Salem [url]http://clusty.com/search?query=calling+c+from+perl&sourceid=Mozilla-search[/url] Calling fdopen: Bad file Descriptor and Undefined reference Programming Software Development by beatenbob …I got from cygwin using g++ command, it says Calling fdopen: bad file descriptor when I try to include …included from EmployeeList.h:5: DivisionNode.h:4:26: calling fdopen: Bad file descriptor In file included from EmployeeList.h… file included from divisionNode.h:5: EmployeeList.h:4:26: calling fdopen: Bad file descriptor Beaten@Beaten-PC ~ $ g++ … calling an asp method from java script embeded in Html Programming Web Development by jamello …> </table> [/CODE] This is the html code calling the asp function from the onclick event of the html… yet to see it. So in effect, if I am calling formx from formK, the 'checkforsomeerrors' function is called (that is… Calling .cfm page from ASP.NET Programming Web Development by justapimp I have coldfusion file that I am calling from my ASP page using the response.redirect() method. Inside …?acctuid=" + accntData.Uid); [/code] The page that I am calling is: [code] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML… Calling c++ dll in vb Programming Software Development by kartouss Hello, I am calling a c++ dll in vb... Everything is working fine.. Just … code in order to perform the require action... Code for calling the c++ dll in vb [code=visual basic 6]Private… Re: Calling c++ dll in vb Programming Software Development by kartouss … the size of a file... I have tested it by calling it in the main... Thats working fine...Now i have…; }[/CODE]Thats working fine... In the VB code i am calling it by...using this code that is the dll [CODE… Calling This Function Programming Software Development by richasr1 … form from another class, by creating the function and then calling it in my main class, here's my code: [CODE… * frmNim->pnlA->ControlCount); a--; } }[/CODE] and then for calling it in the main form i'm using the following… calling session attribute value Programming Web Development by gorty … to next page ,which is getting thru session attribute.while calling getting null in next page. below is my code pls…") %>"></td> next page iam calling as: name=request.getParameter("tname") Calling Two functions Programming Web Development by sirge Hi guys, I have a two functions in ajax; say for example the functions are...function AB() and function BC in my form I have a this textbox which calls the function AB() through onKeyUp event. I successfully made calling the said function, but what if I'll be calling the two function in a single event, is that possible? Re: Calling Two functions Programming Web Development by ShawnCplus … calls the function AB() through onKeyUp event. I successfully made calling the said function, but what if I'll be… calling the two function in a single event, is that possible?[/… Calling a perlscript within a another script in a loop Programming Software Development by Prakash_8111 Hey Guys, Have u any Idea how to call a perl script within my main script in a loop. I used system and exec both, but it seems to be not working. I want the second calling of the script shouldn't depend on the first calling.... all should run independently............ Re: Calling a perlscript within a another script in a loop Programming Software Development by Prakash_8111 I am calling the script as exec(called_script.pl, arg1), its calling first time , second execution is not going, it is killing the main process. My second question refers all the time loop increases it should run another instance of the script. Ok can u just tell how to call the script in a loop. Thanks in advance calling a class from a JSP page Programming Web Development by ElieM … then I put X.class in it. then I'm calling the class from the JSP page as follows: <%@ page… in the way I call it. I think I'm calling it the wrong way. so given all the information that… Calling a module for a Open Dialog Window Programming Software Development by Sync.Void … toplevel = Tk() toplevel.withdraw() filename = tkFileDialog.askopenfilename() [/code] I am calling GetFile from the command of a button. When i click… place, but it this the best way to go about calling a dialog box from a module? calling xslt function throws exception Programming Software Development by johnware … XSLT Gurus, I am creating html from xml. I am calling a custom function to initialize the style attribute of a…> Could someone point me to a working example of: calling a custom function. thanks, john Calling JavaScript function on partial postback Programming Web Development by fawadkhalil Hi people I am calling JavaScript function on partial post-back. Its working fine when …;%= RequiredFieldValidator2.ClientID %>'), false); } One other strange thing instead of calling privateseller() function i just put alert it works on live… Calling url from one server to other Programming Web Development by Vishnu_4 … user clicks the send button on mobile app, we are calling a function in server one and from server one… calling another function in server 2. The issue is, the http … Re: Calling c++ dll in vb Programming Software Development by kartouss Hello, I am calling a c++ dll in vb.. The c++ code function is … Re: Calling c++ dll in vb Programming Software Development by kartouss …(function) which returns the time in double... Now i am calling this function in VB and i am displaying the time… Re: Calling c++ dll in vb Programming Software Development by kartouss … in the vb textbox... thats works fine... Now i am calling the c++ function which returns a double and i am…