Questions tagged [apigee-baas]

Apigee's Back End As a Service offering which provides persistent storage exposed as REST services

46 questions
0
votes
0 answers

apigee baas example has a syntax error

The Hello World example on the apigee site has a quote mismatch error: var dataClient = new Apigee.Client({ orgName:'your-org', //your Apigee organization name appName:'your-app' }); var options = { endpoint:"users", //the…
Phillip Senn
  • 46,771
  • 90
  • 257
  • 373
0
votes
2 answers

usergrid collection permission not working

I have created user name abcdef and added permission for that user for concerts collection as When I query for concerts, I expect it to return nothing but it returns all concerts entity. Is there something that I am missing on applying…
Lionel
  • 604
  • 9
  • 26
0
votes
2 answers

Usergrid module of node.js fails while execution

I am using usergrid module of node.js on my one machine, but now I got my new laptop, and installed all the required packages on laptop, but here the execution of usergrid module fails, while the same code and same modules gets executed on my…
0
votes
1 answer

Apigee entity primary key

I have a custom entity Entity1, and I need to make it id field primary key. How to do it? I expect that when I call mDataClient.createEntityAsync - it will update the entity if the same id already exists, currently it creates a new one. Thanks.
pvllnspk
  • 5,667
  • 12
  • 59
  • 97
0
votes
1 answer

how to implement geo location through Apigee

I'm doing an sample eCommerce webpage where I have the following collections in BaaS-- customer address(zip code) and store address(zip code along with latitude & longitude). So in webpage when customer clicks "check nearest stores". Then the google…
api_man
  • 1
  • 2
0
votes
0 answers

Apigee user authentication, access_token, and cache login session in iOS

I'm new to Apigee and can't seem to wrap my head around it. I am familiar with implementing an iOS app that talks to a database via a webservice call. The call would involve passing back and forth JSON or variables though POST, GET, etc. The user…
voratima
  • 409
  • 3
  • 6
0
votes
1 answer
0
votes
1 answer

How to check for a duplicate value in Apigee BaaS

I have to post a email in Apigee baas. But, I have to validate if the email is already present in Baas. I have been trying using the below xml but did not work. I have included conditions to check if the email I provided is similar to the one…
ZZzzZZzz
  • 1,800
  • 3
  • 29
  • 51
0
votes
1 answer

Apigee cannot update / delete user - HectorException

I am unable to delete or update certain properties of an entity. It seems as if the index of this entity has been corrupted. I have seen these problems before on Stack Overflow, but this error is not like anything I have seen before: { "error":…
Chris Rogers
  • 1,525
  • 2
  • 20
  • 40
0
votes
1 answer

Slow apigee query when using geolocation with wildcard search

We have a requirement to allow users to search for a business name and have the results sorted by proximity. A rather basic function. We are trying the following query but it takes up to a minute to come back with a response. If we exclude the…
MoreScratch
  • 2,933
  • 6
  • 34
  • 65
0
votes
1 answer

What do I do with the Device collection in Apigee

What can I do with the default collection "Device" in Apigee BaaS? The docu says http://apigee.com/docs/app-services/content/default-data-entities The device entity represents a unique device that is being used to access your app. Device entities…
lonelymo
  • 3,972
  • 6
  • 28
  • 36
0
votes
3 answers

Usergrid: Unable to Login to local Usergrid

I setup Usergrid on my local machine, however even after modifying the 'usergrid-default.properties' file and adding: # SysAdmin login usergrid.sysadmin.login.name=superuser …
user2825273
  • 565
  • 1
  • 4
  • 9
0
votes
0 answers

Usergrid: Accessing a resource in Usergrid

I am running usergrid on my local, I am trying to access an entity I just created, however I seem to having issues inspite of confirming to what is specified in the documentation: The entity I created is:…
user2825273
  • 565
  • 1
  • 4
  • 9
0
votes
1 answer

Apigee Usergrid: Does usergrid allow subcollections?

I understand that in usergrid UI I can create an Individual collection , but it does not allow me to create a collection under a collection. Is there a way of doing that . Otherwise we will be forced to write business logic in the proxy layer which…
user2825273
  • 565
  • 1
  • 4
  • 9
0
votes
1 answer

Error when sending notification by apigee

I created a php file to send an example notification to my devices: