FileUtils.write(this.tokenPath.toFile(), token);
LOGGER.log(Level.INFO, "client token stored in '" + this.tokenPath + "'");
}
client = new DbxClient(config, token);
} catch (DbxException e) {
throw new CloudsyncException("Can't init remote dropbox connector", e);
} catch (IOException e) {
throw new CloudsyncException("Can't init remote dropbox connector", e);