UNSOLVED

ratish777

updated

15 years ago

R

ratish777

16 Posts

0

3278

December 8th, 2011 03:00

The request timestamp was outside the valid time window.

Hi,

I am trying to retrieve shareableurl by passing expiration of 1 hour from now. This code works well in my offline server, however when I upload it on my Online server I get the following error "The request timestamp was outside the valid time window."

  System.DateTime expiration = System.DateTime.Now.AddHours(1);

            string shareableurl;

shareableurl = cloud.GetShareableUrl(path, expiration).ToString();

Please Help.

Thanks,

Ratish