Generating azure storage SAS token for client in java
For uploading media my client will send a request to the server: message GetMediaUploadCredRequest { media.MediaType.Enum media_type = 1; media.Extension.Enum extension = 2; string file_name = 3; bool is_private = 4; string uploaded_by = 5; } And the server will…