Unable to upload local json file to mapbox using tileset Uploads API
I am following steps given in this Mapbox Uploads API documentation for uploading my local json file to Mapbox through API. I've created C# console app for that. I am able to get Mapbox temporary s3 credentials but when I try to upload file to s3 using those temporary mapbox credentials, I get following error: The AWS Access Key Id you provided does not exist in our records. Below is my console app code: class Program { static void Main(string[] args) { var getS3AccessDetailsUrl = @"https://api.mapbox.com/uploads/v1/{my_mapbox_username}/credentials?access_token=my_mapbox_access_token"; var res