I just started using .Net client SDK V2.0.
when I am using default OpenBucket, I am getting connected to “default” bucket. That is all fine.
But if I call with a bucket name then exception is throw.
OpenBucket(“myTestBucket”)
When I looked at the exception it says server returned 401 error.
If I create the named bucket before hand, then OpenBucket(“myTestBucket”) works fine.
Does this mean buckets other than “default” have to be created before hand? Or is there something I am missing in my request?
Thanks