diff --git a/config.sh b/config.sh index 5cf9158..4d180a4 100755 --- a/config.sh +++ b/config.sh @@ -3,6 +3,7 @@ IMPORT_DIRECTORY="/Users/terskine/git/cloudcard/bulk-action-importer/new" DONE_DIRECTORY="/Users/terskine/git/cloudcard/bulk-action-importer/done" API_URL="https://api.onlinephotosubmission.com" +PERSISTENT_ACCESS_TOKEN="" # it's best to specify the column names in the first line of the CSV # if you use the 'COLUMN_NAMES' option, also add the appropriate '--form' argument in the curl command in 'upload-csv.sh'