Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RestClient::Forbidden 403 Forbidden for create Blobs #40

Open
hgsongra opened this issue Jun 24, 2015 · 0 comments
Open

RestClient::Forbidden 403 Forbidden for create Blobs #40

hgsongra opened this issue Jun 24, 2015 · 0 comments

Comments

@hgsongra
Copy link

In Gemfile
gem 'waz-storage', '~> 1.3.6'

In Controller

require 'waz-blobs'

WAZ::Storage::Base.establish_connection!(
:account_name => "name",
:access_key => "key"
)
container = WAZ::Blobs::Container.create('container') # Give Error Here
blob = container.store('myfile.txt',"THIS IS TEST",'plain/text')

if I try to create blobs as follow
Error: RestClient::ResourceNotFound, 404 Resource Not Found

container = WAZ::Blobs::Container.new(:name=>'container')
blob = container.store('myfile.txt',"THIS IS TEST",'plain/text') # Give Error Here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant