Unable to download API Bundle google plugin app engine - eclipse

When I go Add Google API's and click on any API I want to download I
get the following error
"There was a problem downloading the API bundles, See Error log for
more details" Can any one help me figure out what might be going wrong
and where is this logs location ?

The Error Log can be accessed by clicking on Window - Error Log.
The server is currently malfunctioning and returning HTTP Error 502 (Bad Gateway). It should be a transient issue, though, and everything should be back to normal soon.

Related

Can't Connect Google Tag Manager to Meta. Getting "Publishing failed."

I am in need of assistance with my Meta's Conversion API and Google Tag Manager setup. I have successfully set up a web and server container, with the server container being manually configured and running on AWS.
I am currently working on the "Publish resources" section, but am encountering an error that says "Publishing failed. We were unable to publish the resources to your Google Tag Manager account. Please try again." I would greatly appreciate it if someone could provide some guidance in resolving this issue.
For reference, my web container is running on web.example.com, the tagging server is running on tagging.example.com, and the preview server is running on debug.tagging.example.com. I have followed this guide to set up my server-side tag manager on AWS: deploy-server-side-google-tag-manager-aws/.
Here are some screenshots:
The error
Console error
Console error link
I google-searched for this error and all I can find is other people with the same error but no solution was provided. I have also emailed Google and Meta support but I haven't gotten a response yet.

TYPO3 Page - Failed to load resource: the server responded with a status of 403

Just overnight I've got a problem with my TYPO3 webpage.
When trying to load the page I've got the message "Access denied" showed, to everyone who wants to load the website. The console log says to me: Failed to load resource: the server responded with a status of 403
I have no idea what the matter is. Nothing has changed. It's just there.
TYPO3 website hosted with 1&1 - Germany
The backend is loading and working normally. Except the previews of the page.
Anyone an idea, maybe got the same problem solved?
I think that the problem comes with slugs, try to change the slug, I remember that I had a similar problem and renaming slug solved it.
If it's the case, check if there's no duplicate slug and try to regenerate them.

Google Action SmartHome - Publishing a release returns unknown error

I created a SmartHome project with all information provided (all checks are OK in project overview).
When I go to Deploy > Release and click on Submit Production then Submit for review an error occured:
Conversation fulfillment ... has invalid API version '0'
Any idea whats's wrong ?
Problem fixed by Google internal team (direct contact to support).
From aog-support#google.com:
I received a response from our internal team that the issue has been fixed. Please re-submit your Action for review and let us know if the issue still occurs.

API requests doesn't work on my computer but the other

I have a very simple API created by using Laravel 5.2.22, when calling GET methods I am getting the error 404, calling DELETE method I am getting the error 405 (same thing using postman or curl). The point is that the same project works perfectly on another machine.
Is there anything that I have to configure in my Xampp to make this works?
Could anybody help?
Thank you
AS you said, the cause can be in wrong web server configuration. You should point your web server to a public directory of Laravel project. For example, if you've installed Laravel in C:/xampp/htdocs/ directory, you need to use these settings:
DocumentRoot "C:/xampp/htdocs/public"
<Directory "C:/xampp/htdocs/public">
After that restart web server. Also, make sure storage directory has right permissions.
Do this, if you'll get similar error message, please turn on Debug and post full error message.

Failing at downloading GWT plugin for eclipse 4.3

I cannot seem to get anything but a 404 in the browser or a timeout message in eclipse when trying to access this file
http://dl.google.com/eclipse/plugin/core/4.3/zips/gpe-e43-latest-updatesite.zip
Can anyone else reach it, maybe I'm just blocked for some reason now at work? I was able to download the plugin once, during my first week. Now I cannot check for updates or anything.
I followed a few other posts about the subject and have come up with nothing.