You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to upload the content of a data frame into Redshift database using the following command: redshiftTools::rs_upsert_table(MyDataFrame, dbcon=con, table_name='NewTableInDB', bucket="mybucket")
but it throws an error below: Error in parse_aws_s3_response(r, Sig, verbose = verbose) : Forbidden (HTTP 403).
How can I resolve it?
The text was updated successfully, but these errors were encountered:
I'm trying to upload the content of a data frame into Redshift database using the following command:
redshiftTools::rs_upsert_table(MyDataFrame, dbcon=con, table_name='NewTableInDB', bucket="mybucket")
but it throws an error below:
Error in parse_aws_s3_response(r, Sig, verbose = verbose) : Forbidden (HTTP 403).
How can I resolve it?
The text was updated successfully, but these errors were encountered: