Question
Unable to create more than 1 droplet using API "You have reached your droplet limit"?
Hi,
I’m new to DigitalOcean and I’m trying to build a ruby application that creates 10 droplets and use SSH to create local posts.
I have a basic account and it shows I can create up to 15 droplets whereas when I try to create using Ruby & API it show’s me the following error:
C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/dropletkit-1.4.3/lib/dropletkit/errorhandlingresourcable.rb:14:in `block (2 levels) in included’: 403: {“id”:“forbidden”,“message”:“You have reached your droplet limit.”} (DropletKit::Error)
Kindly suggest what’s I’m doing wrong.
Thanks!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×