We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c7286 commit 39e59ecCopy full SHA for 39e59ec
README.md
@@ -12,7 +12,6 @@ All of these scripts require a secrets.py file in the same directory that must c
12
email='dspace_user@.myuni.edu'
13
password='my_dspace_password'
14
filePath = '/Users/dspace_user/dspace-data-collection/data/'
15
- handlePrefix = 'http://dspace.myuni.edu/handle/'
16
verify = True or False (no quotes). Use False if using an SSH tunnel to connect to the DSpace API
17
skipColl = A list of the 'uuid' of any collections that you wish the script to skip. (e.g. ['45794375-6640-4efe-848e-082e60bae375'])
18
```
0 commit comments