Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
VERSION |
"1.13.2-beta" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
HEADER |
"X-HTTP-Method-Override" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
AUTHORIZATION_SERVER_URL |
"https://accounts.google.com/o/oauth2/auth" |
public static final String |
OOB_REDIRECT_URI |
"urn:ietf:wg:oauth:2.0:oob" |
public static final String |
TOKEN_SERVER_URL |
"https://accounts.google.com/o/oauth2/token" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
MAXIMUM_CHUNK_SIZE |
33554432 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CONTENT_LENGTH_HEADER |
"X-Upload-Content-Length" |
public static final String |
CONTENT_TYPE_HEADER |
"X-Upload-Content-Type" |
public static final int |
DEFAULT_CHUNK_SIZE |
10485760 |
public static final int |
MINIMUM_CHUNK_SIZE |
262144 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ERROR_CONTENT_TYPE |
"application/vnd.google.gdata.error+xml" |
public static final String |
GD_NAMESPACE |
"http://schemas.google.com/g/2005" |
Copyright © 2010-2013 Google. All Rights Reserved.