Closed
Bug 861222
Opened 13 years ago
Closed 12 years ago
Gmail contact import should reduce permissions
Categories
(Firefox OS Graveyard :: Gaia::First Time Experience, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: dietrich, Unassigned)
Details
Currently Gmail contact import shows a permissions request of "manage contacts".
That seems overly broad for an import. Should just request read-only permissions.
OR, if we're actually writing back to the contacts, the language in our app should change to be clear about that.
| Reporter | ||
Comment 1•12 years ago
|
||
Francisco, who worked on this feature?
Flags: needinfo?(francisco.jordano)
Comment 2•12 years ago
|
||
Hi Dietrich,
Are you talking about the external app, or the version that we embedded in gaia.
I guess that permission request is caused cause we need to write the contacts from google into our mozcontacts db :S
Perhaps I'm missing the point, or just ask (in the 3rd party app) for write access.
Thanks!
Flags: needinfo?(francisco.jordano)
| Reporter | ||
Comment 3•12 years ago
|
||
I'm talking about internal import - and about the level of permissions asked of *Google* during the oauth dance.
Comment 4•12 years ago
|
||
Hi Dietrich,
Unfortunately google doesn't provide a granular permissions model for their apis. At least that was like that when we developed the app.
Also the current key used in gaia was requested by Dylan Oliver (I'm ccing him here), AFAIK, there is a new console for google services that allows you to 'customise' a bit that screen, perhaps we could explain better what we do with the permissions that we request.
Cheers!
F.
Flags: needinfo?(doliver)
| Reporter | ||
Comment 5•12 years ago
|
||
Thanks Francisco, I found the docs. The "scope" table in the URL below does show that there's only one permissions scope for Google Contacts at this time, which is read/write.
https://developers.google.com/google-apps/contacts/v3/#authorizing_requests_with_oauth_20
(That seems so crazy that I assumed there'd be a read-only scope!)
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: needinfo?(doliver)
Resolution: --- → WONTFIX
Comment 6•12 years ago
|
||
(In reply to Francisco Jordano [:arcturus] from comment #4)
> Also the current key used in gaia was requested by Dylan Oliver (I'm ccing
> him here), AFAIK, there is a new console for google services that allows you
> to 'customise' a bit that screen, perhaps we could explain better what we do
> with the permissions that we request.
The customization for that screen is mostly limited to the product name and a logo image. It would be tough to include any further detail directly on that screen, though you can also include a link to the privacy policy if we wanted to explain ourselves further.
You need to log in
before you can comment on or make changes to this bug.
Description
•