Skip to content

QB.location.places.delete fails #2

@alexbassy

Description

@alexbassy

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"]}' }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions