Simon wrote:But what about using put???
Did that work for you?
Simon
Edit: the commented line actually had nothing to do with the post

With this code:
Code: Select all
on mouseUp
put "https://docs.google.com/spreadsheets/d/" into downloadFirstHalf
put "1kzVH1Nv9K3tuZCTyIs6BPbGT-wycs8aIRlhLdz5ZCpk" into downloadKey
put "/gviz/tq?tqx=out:json&tq=select+A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,AA,AB,AC,AD,AE,AF,AG,AH,AI,AJ,AK,AL,AM,AN,AO,AP,AQ,AR,AS+order+by+A+desc" into downloadSecondHalf
put downloadFirstHalf&downloadKey&downloadSecondHalf into wholeURL
libURLSetSSLVerification false
put URL wholeURL into temp
answer the result
put temp
end mouseUp
I get this result:
socket timeout docs.google.com:443|6978