Hi
I am trying to use save_url endpoint. Until yesterday it was working fine but today it started giving me 409 conflict. Here is the response i am getting.
{StatusCode: 409, ReasonPhrase: 'Conflict', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:
{
Transfer-Encoding: chunked
Connection: keep-alive
Content-Security-Policy: sandbox; frame-ancestors 'none'
X-Dropbox-Request-Id: 4e1e1252cafb4efb6dcfe7aabb380bf7
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Date: Thu, 14 Feb 2019 08:24:45 GMT
Server: nginx
Content-Disposition: attachment; filename='error'
Content-Type: application/json
}}What went wrong?
Edit: The app i was working had folder permission. I created new app with full access and everything started to work normally. Is this behaviour normal? My previous app with app folder access was working fine since yesterday (13-Feb-2019). Is it possible to change app permission to Full access, as i am unable to find any option related to that. I came across this, but it is posted in 2017. Is this still relavant?