nordnet / cordova-hot-code-push-cli

[DEPRECATED] - This is a command line utility for Cordova Hot Code Push Plugin.

Home Page:https://github.com/nordnet/cordova-hot-code-push-cli/issues/79

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getting 403 when deploying

frivera77 opened this issue · comments

Deploy started
unable to sync: [Error: Bad status code: 403]
unable to sync: [Error: Bad status code: 403]

Cordova CLI 5.0

double checked my Access Key Id and Secret Access Key, same with the cordova-hcp.json file, even the link https://s3.amazonaws.com is showing the content of the bucket.

any idea on this?

Unfortunately I don't have access to aws servers right now, so can't check this feature :(

But according to Amazon documentation this is either "Access Denied" or "There is a problem with your AWS account that prevents the operation from completing successfully". Have you tried to upload files by using some other tool? Like https://aws.amazon.com/sdk-for-node-js/ .

Hi nikDemyankov, thanks for your reply! I resovoled the issue... my bucket security policy was empty and thas was the reason for the 403. BTW Your plugin rocks!

Great :) Thanks.