As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Using the API Console to list entities via /appdata// with the master secret authorization throws the error below. Other collections can be queried, just one particular on fails.
Yes, you are right. A prefetch hook was causing this issue. Thanks.
D
Dave
said
over 9 years ago
Do you have any business logic enabled on that collection that could return this error?
O
Ow Choong Seong
said
over 9 years ago
app_id: kid_VTNyqoJuVq
collection: photos
Authorization header is prepopulated by the API Console.
Using the REST API to access it fails as well.
D
Dave
said
over 9 years ago
Which collection specifically is failing? And are you manually typing in the Authorization header, or are you letting the API Console populate it for you?
Ow Choong Seong
HTTP/1.1 400
Content-Type: application/json
X-Kinvey-API-Version: 3
X-Kinvey-Request-Id: f4d8b0365e5142379b1d9865614a48b8
X-Powered-By: Express
{
"error": "UserNotFound",
"description": "No such user.",
"debug": ""
}