Unable to insert document in the movies collection of video database

Error%20message

When I am trying to insert a document in movies collection of video database below mention error message is displayed.

Error Message:
not authorized on video to execute command { insert: “movies”, ordered: true, $clusterTime: { clusterTime: Timestamp(1547203803, 215), signature: { hash: BinData(0, 85BFBEC72170D886ECD5F50505B7BF411F28B009), keyId: 6595588990781358081 } }, lsid: { id: UUID(“53e619c6-988d-48af-9dbb-83d2af0e1e81”) }, $db: “video” }

Please help me with this!!!

Hi Rohit_46858,

On our Atlas cluster, m001-student user has read-only permissions. If you will try to insert/ipdate/delete operations, it will throw the same error as you are seeing above.

You can take a dump and copy it in your own cluster if you want to explore whole CRUD operations.

Kanika