How to save video file to the cloud instead of local hard drive?

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU): Jetson AGX Xavier
• DeepStream Version: 5.0
• JetPack Version (valid for Jetson only): 4.4
• TensorRT Version: 7.1.3
• Issue Type( questions, new requirements, bugs): Questions

I have looked over the sample apps provided by deepstream but I can’t find a sample that will save the video file (either .mp4 or .mkv) to the cloud (e.g., Google Drive). Since the Jetson AGX Xavier has limited storage and the pipeline can run for hours even days, saving video file to hard drive is impractical, is there a way to save video file to the cloud instead?

As to Google Drive, there is no solution with DeepStreamSDK or even with Gstreamer. Google drive has its own APIs.Upload file data  |  Drive API  |  Google Developers, you can write separated app with these APIs and get video data from DeepStream app.