You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to implement openAutocompleteModal and when trying to search for places I keep getting over limit query error though I enabled billing for the project
Error Domain=com.google.places.ErrorDomain Code=-6 "Operation failed due to exceeding the quota usage limit. See the usage limits guide (https://developers.google.com/places/ios-sdk/usage) for information on usage limits and how to request a higher limit." UserInfo={NSLocalizedFailureReason=Operation failed due to exceeding the quota usage limit. See the usage limits guide (https://developers.google.com/places/ios-sdk/usage) for information on usage limits and how to request a higher limit., NSUnderlyingError=0x600003d76a60 {Error Domain=com.google.places.api.server.ErrorDomain Code=-2 "OVER_QUERY_LIMIT" UserInfo={NSLocalizedFailureReason=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: http://g.co/dev/maps-no-account, NSLocalizedDescription=OVER_QUERY_LIMIT}}}
The text was updated successfully, but these errors were encountered:
I'm trying to implement openAutocompleteModal and when trying to search for places I keep getting over limit query error though I enabled billing for the project
Error Domain=com.google.places.ErrorDomain Code=-6 "Operation failed due to exceeding the quota usage limit. See the usage limits guide (https://developers.google.com/places/ios-sdk/usage) for information on usage limits and how to request a higher limit." UserInfo={NSLocalizedFailureReason=Operation failed due to exceeding the quota usage limit. See the usage limits guide (https://developers.google.com/places/ios-sdk/usage) for information on usage limits and how to request a higher limit., NSUnderlyingError=0x600003d76a60 {Error Domain=com.google.places.api.server.ErrorDomain Code=-2 "OVER_QUERY_LIMIT" UserInfo={NSLocalizedFailureReason=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: http://g.co/dev/maps-no-account, NSLocalizedDescription=OVER_QUERY_LIMIT}}}
The text was updated successfully, but these errors were encountered: