79576616

Date: 2025-04-16 07:40:19
Score: 0.5
Natty:
Report link

I've found what I was looking for : instead of

Url = string.Format("https://developer.api.autodesk.com/oss/v2/buckets/{0}/objects/{1}", bucketKey, outputName)

I needed following syntax :

Url = $"urn:adsk.objects:os.object:{bucketKey}/{outputName}",

Now it uploads my resulting zip file to my specified bucket.

Hope this helps anyone else

Reasons:
  • Blacklisted phrase (0.5): I need
  • Whitelisted phrase (-1): Hope this helps
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Mark Brouwers