Interface DropboxServiceAsync


public interface DropboxServiceAsync
  • Method Details

    • finishAuthorization

      void finishAuthorization(String authorizationCode, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
    • isConnected

      void isConnected(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
    • startAuthorization

      void startAuthorization(com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
    • exportDocuments

      void exportDocuments(String targetPath, List<Long> folderIds, List<Long> docIds, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
    • importDocuments

      void importDocuments(long targetFolder, List<String> paths, com.google.gwt.user.client.rpc.AsyncCallback<Integer> callback)