Contains classes that support connections between devices that are within close range.
Questions tagged [proximityapi]
23 questions
2
votes
1 answer
ASP.net Web Application (Not MVC): Accessing Google GoogleWebAuthorizationBroker.AuthorizeAsync returns access denied error
Environment: ASP.NET simple web application on .net 4.5.1 integrated pipeline running on iis8 on server 2012 which is not following MVC.
I'm attempting to get credentials from google's GoogleWebAuthorizationBroker but i keep getting "access is…

Deepak Kumar
- 111
- 2
- 7
2
votes
2 answers
Trying to register Estimote iBeacon with Proximity Beacon API
I have got an Estimote Beacon which is in iBeacon mode. Previously, I tried registering Edddystone and I was successful in doing so. Now that , I'm trying to register it with Google Proximity Beacon API. But it's firing an error message as Invalid…
user3600801
1
vote
0 answers
Why Method beaconinfo.getforobserved from Proximity Beacon API returns Bad request (Response code = 400)?
I am trying to get the attachments from the beacons registered in my Google developer console project with API_KEY. As described in Proximity Beacon API, the request can be made by just using the API Key and sending the body in POST request.
I have…

loop stack
- 25
- 6
1
vote
1 answer
Can I detect proximity between two beacons?
I'm currently study BLE Beacon. I know that with Google Beacon API and its app, it is possible to know when the beacon communicates with my mobile phone, so I can design different notifications based on the proximity. But in my case, I need to know…

randomcat
- 413
- 1
- 4
- 16
1
vote
0 answers
Proximity beacon API, Invalid JSON payload received
Can someone help me with this. I'm new to Eddystone Beacon and this is my first time to use a Google Cloud API (Proximity beacon api). I'm trying to add a Nearby Notification to one of my registered beacons (that can be done in google beacon…

Chris
- 21
- 1
1
vote
1 answer
Google Proximity Beacon API : Build a web app to detect beacons (Progressive App)
I'm trying to build a web app to detect beacons in my room.
So far I have integrated the Google Beacon API on a webpage and using Google Client JS API have used the below services:
https://proximitybeacon.googleapis.com/v1beta1/beacons to fetach…

karan3112
- 1,867
- 14
- 20
1
vote
1 answer
Maximum number of beacons on Google Beacon Platform
Has google set a limit on number of beacons a developer can register on its beacon platform and use Nearby Notifications API? I am planning to do this for my company so just wondering if I could be limited when numbers of beacons grow very large.

Avinash Gupta
- 389
- 4
- 16
1
vote
1 answer
Initialize a NDEF tag on Windows 10 Desktop
I'm trying to initialize a new Mifare Classic Tag to the DNEF format, readable by the Proximity API.
According to Microsoft, the proximity API is capable to initialize a mifare classic tag to a NDEF format if needed (as described here and…

Vagner Gon
- 595
- 9
- 23
1
vote
1 answer
Configure Google Nearby Notification API to use Facebook App Intent
Is it possible to pass Facebook's Android App intent while subscribing for Nearby Notification on Google Beacon Dashboard? I want to open my company's Facebook Page on the Facebook App when in proximity of the Beacon. In case it can be done, what…

Avinash Gupta
- 389
- 4
- 16
1
vote
2 answers
Invalid AdvertisedId id bytes length
I am trying to register my beacon on OAuth2.0 Playground. When I am trying to register my beacon, it gives me following error:
{ "error": {
"status": "INVALID_ARGUMENT",
"message": "Invalid AdvertisedId id bytes length",
"code": 400 }
}
I am…

Rajat Gupta
- 1,909
- 2
- 18
- 30
1
vote
1 answer
How to retrieve beacon diagnostics from the proximity api?
I have registered a few beacons on the proximity api. According to the documentation if I am using nearby api the telemetry information are submitted by the nearby api itself. Also in the documentation for monitoring beacons mention that I can list…

Mr.Noob
- 1,005
- 3
- 24
- 58
1
vote
1 answer
AsyncTask fires error message while trying to get tokens
Im trying to get the tokens in background for authenticating myself with google playservices but Im unable to do so.
My code to get token is as follows,
private class GetTokenTask extends AsyncTask {
@Override
…
user3600801
1
vote
3 answers
Find Eddystone Beacons using Nearby Google API
I attached data to Eddystone Beacons using The Proximity Beacon API. I want to fetch the Beacon attachments using Nearby Messages API.
I followed the steps mentioned at https://developers.google.com/nearby/messages/android/get-beacon-messages.
But…

user5197215
- 91
- 3
0
votes
1 answer
Inconcsistent location when radius decreased in HERE Geocoding API
Using the HERE geocoding API (version 6.2) to get LinkIDs from a given location(lat,long).
Example: same coordinates with different radius
base-URL used for queries: https://reverse.geocoder.api.here.com/6.2/
location: lat = 37.399643, long =…

Ravindhran Sankar
- 95
- 9
0
votes
1 answer
Is it possible to work offline with Eddystone-EID?
Eddystone-EID beacons transmit Ephemeral Identifiers which will be resolved by Google's Proximity Beacon API. This means one can not detect an Eddystone-EID beacon without an active internet connection. The approach is pretty new, so there is not…

Safa Kadir
- 475
- 1
- 5
- 18