/usr/share/accounts/services/google-drive-scope.service is in unity-scope-gdrive 0.9+16.04.20151125-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | <?xml version="1.0" encoding="UTF-8"?>
<service id="google-drive-scope">
<type>google-documents</type>
<name>GoogleDrive</name>
<icon>icon_google_docs</icon>
<provider>google</provider>
<translations>account-plugins</translations>
<template>
<group name="auth">
<group name="oauth2">
<group name="web_server">
<setting type="as" name="Scope">["https://www.googleapis.com/auth/drive.readonly"]</setting>
<setting name="ClientId">401977606506-2f9ubd66m8822uhrhiq3ka7k81i76bsk.apps.googleusercontent.com</setting>
<setting name="ClientSecret">Vx_vflfl2tT6NV18BDETcNRC</setting>
<setting name="RedirectUri">https://wiki.ubuntu.com</setting>
</group>
</group>
</group>
</template>
</service>
|