Q6
Single choice
A developer is trying to use the Assets HTTP API to programmatically create and upload a new asset. The developer makes the following POST request but receives an error:
POST /api/assets/beaches/* -F"name=bondibeach.png" -F"[email protected]"
Which could have caused the operation to fail with an error code 409 Conflict?