← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1643732] Re: service() method returns invalid service instance

 

And this is the relevant struct as reported by dbus-monitor:

      struct {
         uint32 1
         array [
            dict entry(
               string "authMethod"
               variant                   int32 2
            )
            dict entry(
               string "displayName"
               variant                   string "michi.henning@xxxxxxxxxxxxx"
            )
            dict entry(
               string "serviceId"
               variant                   string "google-drive-scope"
            )
            dict entry(
               string "settings/auth/oauth2/web_server/ClientId"
               variant                   string "401977606506-2f9ubd66m8822uhrhiq3ka7k81i76bsk.apps.googleusercontent.com"
            )
            dict entry(
               string "settings/auth/oauth2/web_server/ClientSecret"
               variant                   string "Vx_vflfl2tT6NV18BDETcNRC"
            )
            dict entry(
               string "settings/auth/oauth2/web_server/RedirectUri"
               variant                   string "https://wiki.ubuntu.com";
            )
            dict entry(
               string "settings/auth/oauth2/web_server/Scope"
               variant                   array [
                     string "https://www.googleapis.com/auth/drive.readonly";
                  ]
            )
         ]
      }

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to online-accounts-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1643732

Title:
  service() method returns invalid service instance

Status in online-accounts-api package in Ubuntu:
  Incomplete

Bug description:
  I have a Google Drive account configured. When I call GetAccounts(),
  the account is returned, and calling the service() method on the
  account returns a Service instance. But that instance returns false
  from isValid(), its id(), displayName(), and iconSource() methods
  return an empty string.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/online-accounts-api/+bug/1643732/+subscriptions


References