blob: 7213cf29f902f4ca1acce8e1932651fa3ca82930 [file] [log] [blame]
John Asmuth614db982014-04-24 15:46:26 -04001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="drive_v2.html">Drive API</a> . <a href="drive_v2.about.html">about</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070078 <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
Bu Sun Kim65020912020-05-20 12:08:20 -070081 <code><a href="#get">get(includeSubscribed=None, maxChangeIdCount=None, startChangeId=None)</a></code></p>
John Asmuth614db982014-04-24 15:46:26 -040082<p class="firstline">Gets the information about the current user along with Drive API settings</p>
83<h3>Method Details</h3>
84<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070085 <code class="details" id="close">close()</code>
86 <pre>Close httplib2 connections.</pre>
87</div>
88
89<div class="method">
Bu Sun Kim65020912020-05-20 12:08:20 -070090 <code class="details" id="get">get(includeSubscribed=None, maxChangeIdCount=None, startChangeId=None)</code>
John Asmuth614db982014-04-24 15:46:26 -040091 <pre>Gets the information about the current user along with Drive API settings
92
93Args:
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070094 includeSubscribed: boolean, Whether to count changes outside the My Drive hierarchy. When set to false, changes to files such as those in the Application Data folder or shared files which have not been added to My Drive will be omitted from the maxChangeIdCount.
John Asmuth614db982014-04-24 15:46:26 -040095 maxChangeIdCount: string, Maximum number of remaining change IDs to count
Bu Sun Kim65020912020-05-20 12:08:20 -070096 startChangeId: string, Change ID to start counting from when calculating number of remaining change IDs
John Asmuth614db982014-04-24 15:46:26 -040097
98Returns:
99 An object of the form:
100
101 { # An item with user information and settings.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800102 &quot;additionalRoleInfo&quot;: [ # Information about supported additional roles per file type. The most specific type takes precedence.
103 {
104 &quot;roleSets&quot;: [ # The supported additional roles per primary role.
105 {
106 &quot;additionalRoles&quot;: [ # The supported additional roles with the primary role.
107 &quot;A String&quot;,
108 ],
109 &quot;primaryRole&quot;: &quot;A String&quot;, # A primary permission role.
110 },
111 ],
112 &quot;type&quot;: &quot;A String&quot;, # The content type that this additional role info applies to.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700113 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800114 ],
115 &quot;canCreateDrives&quot;: True or False, # Whether the user can create shared drives.
116 &quot;canCreateTeamDrives&quot;: True or False, # Deprecated - use canCreateDrives instead.
117 &quot;domainSharingPolicy&quot;: &quot;A String&quot;, # The domain sharing policy for the current user. Possible values are:
118 # - allowed
119 # - allowedWithWarning
120 # - incomingOnly
121 # - disallowed
122 &quot;driveThemes&quot;: [ # A list of themes that are supported for shared drives.
123 {
124 &quot;backgroundImageLink&quot;: &quot;A String&quot;, # A link to this theme&#x27;s background image.
125 &quot;colorRgb&quot;: &quot;A String&quot;, # The color of this theme as an RGB hex string.
126 &quot;id&quot;: &quot;A String&quot;, # The ID of the theme.
127 },
128 ],
129 &quot;etag&quot;: &quot;A String&quot;, # The ETag of the item.
130 &quot;exportFormats&quot;: [ # The allowable export formats.
131 {
132 &quot;source&quot;: &quot;A String&quot;, # The content type to convert from.
133 &quot;targets&quot;: [ # The possible content types to convert to.
134 &quot;A String&quot;,
135 ],
136 },
137 ],
138 &quot;features&quot;: [ # List of additional features enabled on this account.
139 {
140 &quot;featureName&quot;: &quot;A String&quot;, # The name of the feature.
141 &quot;featureRate&quot;: 3.14, # The request limit rate for this feature, in queries per second.
142 },
143 ],
144 &quot;folderColorPalette&quot;: [ # The palette of allowable folder colors as RGB hex strings.
145 &quot;A String&quot;,
146 ],
147 &quot;importFormats&quot;: [ # The allowable import formats.
148 {
149 &quot;source&quot;: &quot;A String&quot;, # The imported file&#x27;s content type to convert from.
150 &quot;targets&quot;: [ # The possible content types to convert to.
151 &quot;A String&quot;,
152 ],
153 },
154 ],
155 &quot;isCurrentAppInstalled&quot;: True or False, # A boolean indicating whether the authenticated app is installed by the authenticated user.
156 &quot;kind&quot;: &quot;drive#about&quot;, # This is always drive#about.
157 &quot;languageCode&quot;: &quot;A String&quot;, # The user&#x27;s language or locale code, as defined by BCP 47, with some extensions from Unicode&#x27;s LDML format (http://www.unicode.org/reports/tr35/).
158 &quot;largestChangeId&quot;: &quot;A String&quot;, # The largest change id.
159 &quot;maxUploadSizes&quot;: [ # List of max upload sizes for each file type. The most specific type takes precedence.
160 {
161 &quot;size&quot;: &quot;A String&quot;, # The max upload size for this type.
162 &quot;type&quot;: &quot;A String&quot;, # The file type.
163 },
164 ],
165 &quot;name&quot;: &quot;A String&quot;, # The name of the current user.
166 &quot;permissionId&quot;: &quot;A String&quot;, # The current user&#x27;s ID as visible in the permissions collection.
167 &quot;quotaBytesByService&quot;: [ # The amount of storage quota used by different Google services.
168 {
169 &quot;bytesUsed&quot;: &quot;A String&quot;, # The storage quota bytes used by the service.
170 &quot;serviceName&quot;: &quot;A String&quot;, # The service&#x27;s name, e.g. DRIVE, GMAIL, or PHOTOS.
171 },
172 ],
173 &quot;quotaBytesTotal&quot;: &quot;A String&quot;, # The total number of quota bytes. This is only relevant when quotaType is LIMITED.
174 &quot;quotaBytesUsed&quot;: &quot;A String&quot;, # The number of quota bytes used by Google Drive.
175 &quot;quotaBytesUsedAggregate&quot;: &quot;A String&quot;, # The number of quota bytes used by all Google apps (Drive, Picasa, etc.).
176 &quot;quotaBytesUsedInTrash&quot;: &quot;A String&quot;, # The number of quota bytes used by trashed items.
177 &quot;quotaType&quot;: &quot;A String&quot;, # The type of the user&#x27;s storage quota. Possible values are:
178 # - LIMITED
179 # - UNLIMITED
180 &quot;remainingChangeIds&quot;: &quot;A String&quot;, # The number of remaining change ids, limited to no more than 2500.
181 &quot;rootFolderId&quot;: &quot;A String&quot;, # The id of the root folder.
182 &quot;selfLink&quot;: &quot;A String&quot;, # A link back to this item.
183 &quot;teamDriveThemes&quot;: [ # Deprecated - use driveThemes instead.
184 {
185 &quot;backgroundImageLink&quot;: &quot;A String&quot;, # Deprecated - use driveThemes/backgroundImageLink instead.
186 &quot;colorRgb&quot;: &quot;A String&quot;, # Deprecated - use driveThemes/colorRgb instead.
187 &quot;id&quot;: &quot;A String&quot;, # Deprecated - use driveThemes/id instead.
188 },
189 ],
190 &quot;user&quot;: { # Information about a Drive user. # The authenticated user.
191 &quot;displayName&quot;: &quot;A String&quot;, # A plain text displayable name for this user.
192 &quot;emailAddress&quot;: &quot;A String&quot;, # The email address of the user.
193 &quot;isAuthenticatedUser&quot;: True or False, # Whether this user is the same as the authenticated user for whom the request was made.
194 &quot;kind&quot;: &quot;drive#user&quot;, # This is always drive#user.
195 &quot;permissionId&quot;: &quot;A String&quot;, # The user&#x27;s ID as visible in the permissions collection.
196 &quot;picture&quot;: { # The user&#x27;s profile picture.
197 &quot;url&quot;: &quot;A String&quot;, # A URL that points to a profile picture of this user.
198 },
199 },
200}</pre>
John Asmuth614db982014-04-24 15:46:26 -0400201</div>
202
203</body></html>