Hello,
Question: How can I authenticate and stream a video file using api?
Context: I am working on a tool that should authenticate first to access a user file (I understand the token-ing process) and once I have access to a video file I want to stream it using C# dropbox api.
Thanks