Questions tagged [apigee-baas]

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

46 questions
1
vote
1 answer

usergrid set type column

Is it possible to insert set type data (column) in usergrid (as cassandra support set type column). I tried curl -XPOST http://localhost:8080/// -d '{"name":"1974", "category":{"a","b","c"}}' but it reply…
Lionel
  • 604
  • 9
  • 26
1
vote
0 answers

didRegisterForRemoteNotificationsWithDeviceToken not called with Apigee SDK

I've been trying to register for push notification using Apigee SDK, but on some devices iPhone 5 and 6 don't receive push Notifications. More specifically, neither UIApplication delegate method - (void)application:(UIApplication *)application…
1
vote
0 answers

Apigee Error - com.google.common.util.concurrent.UncheckedExecutionException

I need help to identify this error, over the last couple days my API hasn't been fully operational and one of the errors that occur is: com.google.common.util.concurrent.UncheckedExecutionException This is the response from the PHP Apigee…
Chris Rogers
  • 1,525
  • 2
  • 20
  • 40
1
vote
1 answer

how to update existing json object in java script with titanium studio

var args = arguments[0] || {}; $.atn.text=args.attendance; Ti.API.info('attendance:'+args.attendance); function doClick(e){ $.atn.value=$.atn.value+1; Ti.API.info('atn is'+$.atn.value); var url =…
user4657804
1
vote
1 answer

apigee access tokens with apigee as identity provider

I've been using apigee's baas recently and also looking at edge. I know that if I call my baas/token endpoint with a users name and password I can obviously get a valid access token back for a user. However this doesn't have a refresh token and the…
TommyBs
  • 9,354
  • 4
  • 34
  • 65
0
votes
1 answer

API Request with Header lands as OPTIONS on APIGEE and returns CORS when sent as POST from Axios

I have an API Proxy configured on APIGEE which I am using in my React App with Axios. The problem is when I enable the OAuth2.0 Policy in the proxy the API lands as OPTION and returns a CORS Error, while I send it as a POST. The POST request lands…
0
votes
1 answer

Obtain OAuth2 token from third parties

Could you tell me where I can see how to implement oauth2 management for a third party, that is, the image is the black point. enter image description here
0
votes
2 answers

Apigee rest endpoint path mapping to custom path

I have rest end point /admn_resource_manager.I have created a apigee proxy to expose this. I dont want to expose it like this to others as I want something like /adminmanager. Is there any way to map /adminmanager to /admn_resource_manager using…
Vikram Ranabhatt
  • 7,268
  • 15
  • 70
  • 133
0
votes
2 answers

How to get data from API using curl?

(I am new to curl and also apigee) I am trying to get the Body data from API "https://staging.api.pearson.com/content/scapi/urn:pearson:manifestation:014f333d-ceda-476f-81f2-d3d6c89ace42" using curl with following command but unable to get any data…
0
votes
1 answer

Is usergrid recommended for apps with real time functionality?

Meaning, is it possible (and scalable) to build applications with chat functionality using only usergrid as backend? Or should I use some other solution for this specific functionality? Thank you
0
votes
2 answers

Objective-C Incompatible pointer types assigning to NSMutableArray from NSArray

I have this code [[self.client dataClient] getEntities:@"book" query:nil completionHandler:^(ApigeeClientResponse *result) { if (result.transactionState…
Vika
  • 19
  • 6
0
votes
0 answers

Apigee BaaS expired token

I have an app with several users who log in on a regular basis to do Q/A on my data. Every single one of them can no longer log into the app. When they attempt to log in they are getting an expired token error. Here is my code: client_creds = {…
MoreScratch
  • 2,933
  • 6
  • 34
  • 65
0
votes
1 answer

Using Apigee or usergrid REST API, how can I query entities by a list of UUIDs?

How can I query for entities using a list of UUIDs in Apigee/usergrid using the REST API? I'm using Apigee for sending push notifications via REST API, and have it working correctly for 1 device or all devices, but would like to target a subset of…
695Multimedia
  • 366
  • 1
  • 8
0
votes
0 answers

Usergrid - unfollowed group posts still visible in feed

We are having problems while using the social graph features of Apache Usergrid (2.1). Here is a sample: We have this scenario (sandbox rules are off): We have group1, user1 and user2 User1 and user2 follows group1 User1 posts to group1 -> the post…
Eren Yilmaz
  • 1,082
  • 12
  • 21
0
votes
1 answer

How to solve "Recv failure: Connection was reset" in apigee

This is the error i got in my curl utility command prompt. please give a proper good solution to me. Thank you. and Please find the Attachment image of my error.