Getting error 200 (No Permission) with new Webclient

Hi @wagish.sharma long story short, it has to do with the time() function used in the signature generation code, you’ll have to make sure it matches your browser time, you can try changing the mili seconds getting subtracted out of time() function i.e 30000. In my case (Pakistan timezone) this code worked (for generateSignature in PHP).

$time = time() * 1000 - 60000;