Google-Directions-Android
Google-Directions-Android copied to clipboard
fix for issue #67
https://github.com/jd-alexander/Google-Directions-Android/issues/67#issuecomment-289307106
Hey I am going to take a look at this soon.
Is I am the only one who is facing "you exceeded your daily request quota for this API" or any one else. I am using newly gerated API
hmmn maybe you haven't enable the routing api for your key?
@ffischer1984 i just enable Google Api key from the developer console. i didn't find any "routing api" option there.
@jd-alexander i getting this exception "you have exceeded your daily request quota for this API. We recommend registering for a key at the google Developer Console" But i generate new Key and it works fine on other Google Map products like place picker
I'm getting this error after modifying everything to make it work on SDK 26. Can anyone suggest some solving? Error:Execution failed for task ':library:processDebugResources'.
java.nio.file.NoSuchFileException: ...\Google-Directions-Android-master\library\build\intermediates\res\symbol-table-with-package\debug\package-aware-r.txt
My API KEY just works fine if restricted by IP, but I want to restrict it by package. Somebody know how to do this? tks
You have exceeded your daily request quota for this API. If you did not set a custom daily request quota, verify your project has an active billing account:
I get this error message right after making the first request. It is an experimental project that I am working on using Directions API and Maps API so is there way I can set my requests per day to 1000 and still not pay? At least as a standard package?
@moisesduarth @jd-alexander @ffischer1984