﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8909	Cannot create a note with old OAuth token	Zverikk	ToeBee	"In announcement it was said that with old token notes will be created, but anonymously. That's not what I got.

1. Install josm-tested, configure OAuth, instal josm-latest, install notes plugin.
2. Download an area, open notes panel, click ""New note"" button.
3. Write something (""test"") and click ""OK"".
4. Nothing happens.

Log fragment:

{{{
GET http://api.openstreetmap.org/api/0.6/notes?bbox=32.3369235,59.9112368,32.3583871,59.9199225... OK
POST http://api.openstreetmap.org/api/0.6/notes?lat=59.91482764909105&lon=32.35122417310318&text=test... Forbidden
Error header: OAuth token doesn't have that capability.
org.openstreetmap.josm.io.OsmApiException: ResponseCode=403, Error Header=<OAuth token doesnt have that capability.>
        at org.openstreetmap.josm.plugins.notes.api.util.NotesApi.sendRequest(NotesApi.java:273)
        at org.openstreetmap.josm.plugins.notes.api.util.NotesApi.createNote(NotesApi.java:103)
        at org.openstreetmap.josm.plugins.notes.api.NewAction.execute(NewAction.java:42)
}}}

This error should be presented to user with an instruction on how to fix that. There should be a fall-back mechanism to store the note as anonymous."	defect	closed	major		Core notes	latest	fixed	github	
