Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-61462

QOAuth2AuthorizationCodeFlow Now Failing to grant with google's Youtube Insert API

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • None
    • 5.8.0
    • None

    Description

      I am not sure if this is related, but recently Google changed its Authorization interface (At least the look of it):

       

      and since then, previously working code snippet:

       

      w->show(); 
      //w->page()->profile()->cookieStore()->deleteAllCookies(); 
      connect(&oauth, &QOAuth2AuthorizationCodeFlow::authorizeWithBrowser, w, &QWebEngineView::load); 
      connect(&oauth, &QOAuth2AuthorizationCodeFlow::granted, w, &QWebEngineView::hide); 
      //connect(&oauth, &QOAuth2AuthorizationCodeFlow::authorizeWithBrowser, &QDesktopServices::openUrl);
      

      has stopped sending the "granted" signal, sending the debug message instead:

       

       

      It was working, its not working anymore, and I can recall the "favicon.ico" popping up previously, although I am not ruling that out as a factor.

       

       

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jefernan Jesus Fernandez
            akiva Akiva Avraham
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes