
UNSOLVED
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
Responses (0)
Solutions (0)
