How to resolve the error: FlurlHttpException: Call failed with status code 400 (Content-Length can't exceed 10485760 bytes (10MB).):
问题 When I try to upload a .wav file that is a little over two mins(20 MB) it's thrown an error such as this: Unhandled Exception: System.AggregateException: One or more errors occurred. ---> Flurl.Http.FlurlHttpException: Call failed with status code 400 (Content-Length can't exceed 10485760 bytes (10MB).): Here is the Code: using System; using System.Net; using System.Linq; using System.Threading.Tasks; using System.Net.Http; using System.Net.Http.Headers; using Flurl; using Flurl.Http; using