Class DropboxAPI
- java.lang.Object
-
- org.exoplatform.clouddrive.dropbox.DropboxAPI
-
public class DropboxAPI extends Object
All calls to Dropbox SDK v2 here.
-
-
Field Summary
Fields Modifier and Type Field Description static intCHANGES_LONGPOLL_TIMEOUTThe Constant CHANGES_LONGPOLL_TIMEOUT.static StringCHANGES_LONGPOLL_URLThe Constant CHANGES_LONGPOLL_URL.protected static org.exoplatform.services.log.LogLOGThe Constant LOG.static intRETRY_TIMEOUT_MILLISRetry timeout.static StringROOT_PATH_V2The Constant ROOT_PATH_V2.static StringROOT_URLThe Constant ROOT_URL.static intTEMP_LINK_EXPIRATIONThe Constant TEMP_LINK_EXPIRATION is 4hours - 5sec.static intUPLOAD_BUFFER_SIZEThe Constant UPLOAD_BUFFER_SIZE.static intUPLOAD_CHUNK_SIZEThe Constant UPLOAD_CHUNK_SIZE.static intUPLOAD_LIMITThe Constant UPLOAD_LIMIT.static intVERSIONThe Constant VERSION.
-
-
-
Field Detail
-
VERSION
public static final int VERSION
The Constant VERSION.- See Also:
- Constant Field Values
-
ROOT_URL
public static final String ROOT_URL
The Constant ROOT_URL.- See Also:
- Constant Field Values
-
ROOT_PATH_V2
public static final String ROOT_PATH_V2
The Constant ROOT_PATH_V2.
-
TEMP_LINK_EXPIRATION
public static final int TEMP_LINK_EXPIRATION
The Constant TEMP_LINK_EXPIRATION is 4hours - 5sec.- See Also:
- Constant Field Values
-
CHANGES_LONGPOLL_TIMEOUT
public static final int CHANGES_LONGPOLL_TIMEOUT
The Constant CHANGES_LONGPOLL_TIMEOUT.- See Also:
- Constant Field Values
-
CHANGES_LONGPOLL_URL
public static final String CHANGES_LONGPOLL_URL
The Constant CHANGES_LONGPOLL_URL.- See Also:
- Constant Field Values
-
UPLOAD_LIMIT
public static final int UPLOAD_LIMIT
The Constant UPLOAD_LIMIT.- See Also:
- Constant Field Values
-
UPLOAD_BUFFER_SIZE
public static final int UPLOAD_BUFFER_SIZE
The Constant UPLOAD_BUFFER_SIZE.- See Also:
- Constant Field Values
-
UPLOAD_CHUNK_SIZE
public static final int UPLOAD_CHUNK_SIZE
The Constant UPLOAD_CHUNK_SIZE.- See Also:
- Constant Field Values
-
RETRY_TIMEOUT_MILLIS
public static final int RETRY_TIMEOUT_MILLIS
Retry timeout.- See Also:
- Constant Field Values
-
LOG
protected static final org.exoplatform.services.log.Log LOG
The Constant LOG.
-
-