Titanium JIRA Archive
Appcelerator Community (AC)

[AC-5858] Cloud Get Friends: limit value stays default 10

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionDuplicate
Resolution Date2018-08-24T06:48:55.000+0000
Affected Version/sAppcelerator Studio 4.5.0
Fix Version/sn/a
ComponentsArrow Cloud
Labelsandroid, ios
ReporterAdi Shalem
AssigneeShak Hossain
Created2018-08-23T15:41:01.000+0000
Updated2018-08-24T06:48:55.000+0000

Description

I'm trying to get all friends of a user from the cloud but always the limit is 10 records returning. Tried to change the limit value but with no success. This request returns only 10 friends (using the default value of limit property): Cloud.sendRequest({ url : "friends/query.json", method : "GET", } This request returns none (wrong syntax?): Cloud.sendRequest({ url : "friends/query.json?limit=1000", method : "GET", } Also tried this: Cloud.sendRequest({ limit: 1000 url : "friends/query.json", method : "GET", } and some other variations but nothing works. My app is already in prod and this issue was reported by usres. Please assist.

Comments

  1. Hans Knöchel 2018-08-24

    This is a duplicate of a ticket that is already being handled. Closing.

JSON Source