sample_uploads


Falcon Sample Uploads samples
The examples within this folder focus on leveraging CrowdStrike's Falcon Sample Uploads API.
Sample Uploads demonstration
This sample demonstrates interactions with the Falcon Intelligence Sandbox by uploading a file, downloading the file, then removing the file from the sandbox.
There are two samples provided, one demonstrating Service Class usage and one demonstrating Uber Class usage.
Both samples implement equivalent functionality.
Running the program
In order to run this demonstration, you you will need access to CrowdStrike API keys with the following scopes:
Sample Uploads
READ, WRITE
Execution syntax
This sample leverages simple command-line arguments to implement functionality.
Basic usage
Execute the demonstration.
Using the default credentials file (
../config.json)
Using a custom credentials file.
Passing credentials on the command line.
Change your CrowdStrike region using the
-bargument. (Only required for GovCloud users.)
Command-line help
Command-line help is available via the -h argument.
Example source code
The source code for these examples can be found here:
Last updated
Was this helpful?