I am receiving an error when attempting to embed a map into an HTML page:
Forbidden Your client does not have permission to get URL /maps/ms? om=1&s=AARTsJqbgA3orzvPFGasXwIMjumiD4THcA&ie=UTF8&msa=0&ll=40.095407,-75.34 9731&spn=0.15758,0.22316&z=11&output=embed from this server. (Client IP address: 74.95.177.193)
The map was just created in the My Maps section of Google Maps. I used their "Customize and preview embedded map" functionality to set the width to 325 and height to 300, then copied and pasted the code.
I can't post a link because my staging server is not on a public IP.
Anyone know what the problem is and (hopefully) how to fix it?
> I am receiving an error when attempting to embed a map into an HTML > page:
> Forbidden > Your client does not have permission to get URL /maps/ms? > om=1&s=AARTsJqbgA3orzvPFGasXwIMjumiD4THcA&ie=UTF8&msa=0&ll=40.095407,-75.34 9731&spn=0.15758,0.22316&z=11&output=embed > from this server. (Client IP address: 74.95.177.193)
> The map was just created in the My Maps section of Google Maps. I used > their "Customize and preview embedded map" functionality to set the > width to 325 and height to 300, then copied and pasted the code.
> I can't post a link because my staging server is not on a public IP.
> Anyone know what the problem is and (hopefully) how to fix it?
xhtml file with copy-paste of iframe code from "link to this page" from my map same file, renamed as .html same as first file, but with changes made per suggestions here:
That worked, thanks! I just used the default "small" setting and pulled the page up in a browser...success. I then edited the hieght and width of the iFrame, refreshed, and it worked. That is the damndest thing, I wonder why it works like that. Some sort of permissions issue?
On Aug 27, 10:29 pm, incrediblehelp <j...@kbkmarketing.com> wrote:
> Dont mess with the size before embedding it on your website. Leave it > as the default size and it will work.
> On Aug 27, 4:40 pm, PhillyGPX <goo...@tomgaydos.com> wrote:
> > I am receiving an error when attempting to embed a map into an HTML > > page:
> > Forbidden > > Your client does not have permission to get URL /maps/ms? > > om=1&s=AARTsJqbgA3orzvPFGasXwIMjumiD4THcA&ie=UTF8&msa=0&ll=40.095407,-75.34 9731&spn=0.15758,0.22316&z=11&output=embed > > from this server. (Client IP address: 74.95.177.193)
> > The map was just created in the My Maps section of Google Maps. I used > > their "Customize and preview embedded map" functionality to set the > > width to 325 and height to 300, then copied and pasted the code.
> > I can't post a link because my staging server is not on a public IP.
> > Anyone know what the problem is and (hopefully) how to fix it?