I am rewriting an app that used Google Contacts API (RIP) to use People API. I already have a refresh token. Previously, I created an instance of the OAuth2Para
I am able to get the response from the API but a few values would throw Reference error. it('checkValuesAPI', async () =>{ const response =
I used a custom policy to create the login screen. And we want to run MFA on a per user basis. For example, I have two user account.(user1, user2) User 1 wants
I have my Rstudio connected to a MySQL database. The table I'm importing has a MySQL JSON column type: https://dev.mysql.com/doc/refman/5.7/en/json.html When I
I have used pyinstaller to compile the py file into exe, on my computer it is working well but when i am trying to download it on another computer it's always g
I have some code to reform (1000 lines) and I want to go from this if $one=0 and $two=32 then $dist=1 if $one=0 and $two=15 then $dist=2 if $one=0 and $two=19 t
I have a problem with the below code. I want to scan a document by clicking a button in a WinForms C# application. I use WIA, Visual studio and the scanner Fuj