I installed the "google maps engine connector"-plugin for QGIS in order to upload point data to mapsengine for generating maps to embed in a website. The reason I use QGIS is because the interface is because I can make a direct link with my postgis database which is much more convenient than working from the mapsengine interface.
My problem: Each time if I try to upload a map from QGIS to my mapsengine profile I get an error:
"Error while fetching https://www.googleapis.com/mapsengine/v1/tables/upload: HTTP Error 400: Bad Request"
I tried using several different datatypes (directly from postgis/postgresql database, shapefile, SQlite) and I simplified my table to the minimum (i.e. id, geometry).
I did some research on google but couldn't find the solution to my problem. Somebody knows how I can solve this problem?