public class DropboxSession extends Object
Constructor and Description |
---|
DropboxSession(String app_key,
String app_secret,
String key,
String secret) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
com.dropbox.client2.DropboxAPI.DropboxInputStream |
getDropboxInputStream(String id) |
com.dropbox.client2.DropboxAPI.Entry |
getObject(String id) |
Map<String,String> |
getRepositoryInfo() |
void |
getSeeds(XThreadStringBuffer idBuffer,
String path,
int max_dirs) |
public Map<String,String> getRepositoryInfo() throws com.dropbox.client2.exception.DropboxException
com.dropbox.client2.exception.DropboxException
public void getSeeds(XThreadStringBuffer idBuffer, String path, int max_dirs) throws com.dropbox.client2.exception.DropboxException, InterruptedException
com.dropbox.client2.exception.DropboxException
InterruptedException
public com.dropbox.client2.DropboxAPI.Entry getObject(String id) throws com.dropbox.client2.exception.DropboxException
com.dropbox.client2.exception.DropboxException
public com.dropbox.client2.DropboxAPI.DropboxInputStream getDropboxInputStream(String id) throws com.dropbox.client2.exception.DropboxException
com.dropbox.client2.exception.DropboxException
public void close()