Getting 404 when trying to get plugin.gpgs.v2

Hi There

Have invoking the “download_plugins.sh” script I get a 404 error:

unable to download plugin.gpgs.v2 (com.coronalabs). Error message: HttpDownloadFile: download failed with status: 404

All other plugins are downloading just fine. Any ideas what might be the issue.

The settings in the build file are copy/paste from the docs.

[“plugin.gpgs.v2”] =

        {

            publisherId = “com.coronalabs”,

            supportedPlatforms = { android=true }

        },

This is weirdl. I just copied Teplate App, adited it’s build settings to be 

settings =  {     plugins =      {         ["plugin.gpgs.v2"] = {             publisherId = "com.coronalabs",             supportedPlatforms = {android = true }         },     } }

and ran download_plugins.sh from android folder. Everything worked fine. Could you try same?

Looks like the issue was with my version of corona native or the download_plugins.sh script. After updating both, the download worked.

Thanks a bunch!!!

This is weirdl. I just copied Teplate App, adited it’s build settings to be 

settings =  {     plugins =      {         ["plugin.gpgs.v2"] = {             publisherId = "com.coronalabs",             supportedPlatforms = {android = true }         },     } }

and ran download_plugins.sh from android folder. Everything worked fine. Could you try same?

Looks like the issue was with my version of corona native or the download_plugins.sh script. After updating both, the download worked.

Thanks a bunch!!!