Legacy Google Voice has been replaced by the latest Google Voice experience. You can access the latest Google Voice experience at voice.google.com.
Purchasing calling credits in non-USD currencies: Since consumer (personal) Google Voice is only available to U.S. users, by the summer of 2022 all non-USD credit balances will be automatically converted to USD when their account balance goes below 0.50 in your current non-USD currency.
Make sure you have got a Voice license and set up the account correctly. Go to check the internet connection; make sure it's working for other Google Workspace services. Check whether your browser is supported by Voice. Supported browsers include Chrome, Firefox, Edge, and Safari.
No, there is no API for Google Voice announced as of 2021.
"pygooglevoice" can perform most of the voice functions from Python. It can send SMS. I've developed code to receive SMS messages, but the overhead is excessive given the current Google Voice interface. Each poll returns over 100K of content, so you'd use a quarter-gigabyte a day just polling every 30 seconds. There's a discussion on Google Code about this.
There is a C# Google Voice API... there is limited documentation, however the download has an application that 'works' using the API that is included:
https://sourceforge.net/projects/gvoicedotnet/
Well... These are PHP. There is an sms one from google here.
And github has one here.
Another sms one is here. However, this one has a lot more code, so it may take up more space.
I looked for a C/C++ API for Google Voice for quite a while and never found anything close (the closest was a C# API). Since I really needed it, I decided to just write one myself:
http://github.com/mastermind202/GoogleVoice
I hope others find it useful. Feedback and suggestions welcome.
Be nice if there was a Javascript API version. That way can integrate w/ other AJAX apps or browser extensions/gadgets/widgets.
Right now, current APIs restrict to web app technologies that support Java, .NET, or Python, more for server side, unless may use Google Web Toolkit to translate Java code to Javascript.
I needed a C# API and after spending hours looking for it (all I found was outdated and non-working) and unsuccessfully trying to port the PHP/Python/Java versions listed here (none worked either) I decided to create my own. It's SMS-only for now...
https://bitbucket.org/jitbit/sharpgooglevoice/wiki/Home
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With