Hi,
I am trying to use the Java command-line backup tool to backup the Smartsheet data of our accounts, but there is always an error:
***ERROR*** IllegalArgumentException - Property 'accessToken' is missing
I have already specified the values of accessToken and output directory in the property file "smartsheet-backup.properties". I have no idea why it still doesn't work. Can someone advise? Thanks!
Ivan
Below is the content of the property file:
accessToken=xxxxxxxxxxxxxxxxxxxxxxxxx
outputDir="C:\temp\backup_test"
# The following properties are optional. To use them remove the pound at the start of the line of the property
#continueOnError=true
#zipOutputDir=true
#downloadThreads=4
#allDownloadsDoneTimeout=2