-
Notifications
You must be signed in to change notification settings - Fork 217
Description
Attempted to delete a place immediately after it was created, get "forbidden" error.
DEBUG: PlacesProxy.create
DEBUG: ServiceProxy
DEBUG: ServiceProxy.ajax beforeSend
DEBUG: setting headers on request to https://api.quickblox.com/places.json
DEBUG: ServiceProxy.ajax success
{ place:
{ id: 12800,
title: 'Maeci Plaza',
photo_id: null,
created_at: '2014-05-03T19:46:49Z',
updated_at: '2014-05-03T19:46:49Z',
description: null,
address: '1695 Cibu Terrace',
geo_data_id: 981422,
latitude: '32.89978',
longitude: '167.93844' } }
a few milliseconds later
DEBUG: PlacesProxy.delete
DEBUG: ServiceProxy
DEBUG: ServiceProxy.ajax beforeSend
DEBUG: setting headers on request to https://api.quickblox.com/places/12800.json
DEBUG: ServiceProxy.ajax error
DEBUG: ServiceProxy.ajax error
{ status: 403,
message: null,
detail: '{"errors":["Forbidden"]}' }