Closed SanjaySRocks closed 2 years ago
https://github.com/koalalorenzo/python-digitalocean/blob/main/digitalocean/FloatingIP.py
It throws error when I use floating ip reserve
Error:- raise DataReadError(msg) digitalocean.DataReadError: You are not allowed to perform this operation
raise DataReadError(msg) digitalocean.DataReadError: You are not allowed to perform this operation
Solved. The bill was pending so the API stopped working.
https://github.com/koalalorenzo/python-digitalocean/blob/main/digitalocean/FloatingIP.py
It throws error when I use floating ip reserve
Error:-
raise DataReadError(msg) digitalocean.DataReadError: You are not allowed to perform this operation