Google Calendar oauth2 login

Post Reply
User avatar
Maurizio
Posts: 705
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

Google Calendar oauth2 login

Post by Maurizio »

God morning ,
lately i have problems with the google calendar login , I have this error

https://drive.google.com/file/d/1ukEbp4 ... sp=sharing

the code I use is

Code: Select all

 DEFINE WINDOW ::oWindow TITLE "Google Users" FROM 10, 1 TO 40,60
      oActiveX          := TActiveX():New( ::oWindow, "Shell.Explorer" )
      ::oWindow:oClient := oActiveX
      oActiveX:do( "Navigate2", cAuthorizationRequest )
     
   ACTIVATE WINDOW ::oWindow CENTER VALID( ::lWindowFinalized := .T., .T. )
 
I think the problem is pointed out in this article
https://developer.chrome.com/docs/apps/ ... ityPolicy/


It is possible to use tActiveX without a Windows window ?

Maurizio
http://www.nipeservice.com
Post Reply