Hi Oleg, What are you running to get that error exactly? Because if that comes from a wget to appspot.com, I don't think it's appspot related, since you need to be authenticated when hitting appspot.com. If you go manually to this site, it takes you to your appengine.google.com page, so trying to do a wget directly means you're not authenticated, which would justify the 403.
What exactly are you trying to grab from a wget to appspot.com? Cheers On Thursday, August 20, 2015 at 10:33:41 AM UTC-4, Олег Искевич wrote: > > Hello. > > Appspot got ERROR 403 and we can’t use our cloud storage > lunimg.appspot.com. My IP-address list - 77.120.117.67, 77.120.117.29. > Can you help solve the problem? Thanks! > > iskevych@lun-04:~$ wget http://appspot.com > --2015-08-20 06:53:42-- http://appspot.com/ > Resolving appspot.com (appspot.com)... 173.194.67.141, > 2a00:1450:400c:c05::8d > Connecting to appspot.com (appspot.com)|173.194.67.141|:80... connected. > HTTP request sent, awaiting response... 403 Forbidden > 2015-08-20 06:53:42 ERROR 403: Forbidden. > > iskevych@lun-04:~$ /sbin/ifconfig > eth0 Link encap:Ethernet HWaddr 00:40:63:e5:e5:57 > inet addr:77.120.117.67 Bcast:77.120.117.255 Mask:255.255.255.0 > inet6 addr: fe80::240:63ff:fee5:e557/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:33108897 errors:3 dropped:0 overruns:3 frame:0 > TX packets:25379630 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:3283368977 (3.0 GiB) TX bytes:957967995 (913.5 MiB) > Interrupt:12 Base address:0xd000 > > Best regards, > Oleg Iskevych > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/ce1c6916-ca24-4e53-9775-2c717b0b9cc6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
