Skip to content

Commit 22697d1

Browse files
Update SampleApplication libs and readme
1 parent fd3c1a2 commit 22697d1

File tree

7 files changed

+4
-5
lines changed

7 files changed

+4
-5
lines changed

SampleApplication/README.MD

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ SampleApplication is intended to provide a starting point for building custom Ja
33
# Instructions
44
Download the most recent release of the SendSafely Client API, extract, and copy all of the contained jar files into the SampleApplication/lib folder.
55

6-
## Compile the sample
6+
## Compile
77

88
`mkdir bin`
99

1010
`javac -cp "lib/*" -d bin src/*.java`
1111

12-
## Run the sample
12+
## Run
1313

1414
```
1515
java -cp "lib/*;bin/" SendSafelyRefApp
@@ -20,9 +20,8 @@ This program will print out the secure URL to access the package after it has be
2020

2121
### Command Line Argments
2222

23-
- SendSafelyHost - Use your SendSafely organizaiton host or https://app.sendsafely.com
23+
- SendSafelyHost - Use your SendSafely organization host or https://app.sendsafely.com
2424
- UserApiKey - Generate ApiKey and ApiSecret from your Edit Profile page when logged into the SendSafely web portal
2525
- UserApiSecret - Generate ApiKey and ApiSecret from your Edit Profile page when logged into the SendSafely web portal
2626
- FileToUpload - Path to the file that is to be uploaded (i.e. /path-to-file/test.pdf)
27-
- RecipientEmailAddress - The email address of the person you want to send the file to (i.e. [email protected])
28-
27+
- RecipientEmailAddress - The email address of the person you want to send the file to (i.e. [email protected])
328 KB
Binary file not shown.
-250 KB
Binary file not shown.
4.25 MB
Binary file not shown.
-2.71 MB
Binary file not shown.

SampleApplication/lib/gson-2.3.jar

-202 KB
Binary file not shown.

SampleApplication/lib/gson-2.8.6.jar

235 KB
Binary file not shown.

0 commit comments

Comments
 (0)