How to upload file to storage location in Autodesk Forge using 3-legged Token?
问题 I have genereted accessToken by 3-legged Token, bucketKey and objectName by Create a Storage Location API as shown in this tutorial(step 4). I want to upload file to storage location.My request returns 'OK 200' status, but it not upload file to A360, as I need. Where is the mistake? How to correctly upload file to user's storage location using 3-legged Token? [HttpGet] public JObject UploadFile(string accessToken,string bucketKey,string objectName,string filePath) { var url = String.Format(