Bynder / bynder-c-sharp-sdk

SDK in C# for integration with Bynder
MIT License
3 stars 23 forks source link

Anonymous save not allowed error thrown by SaveMediaAsync #80

Open DutchMaker opened 2 years ago

DutchMaker commented 2 years ago

We are having issues with uploading assets using the SDK.
The call to SaveMediaAsync always results in an exception (result from the API) with the message Anonymous save is not allowed (statuscode 403).

When we follow the same steps, with the same data, but using Postman, the upload succeeds. Only when we try it via .NET it fails.

Let me know if you need help reproducing the error.