A few years ago I used the HTTP API to generate email links to folders. It suddenly stopped working and I discovered that there is a new API and the old one has been deprecated. I had not heard about the change until now. At any rate simple request I have been using looks like:
"https://api.dropbox.com/1/shares/dropbox/myFolder" & "?access_token=<REDACTED>"
Instead of returning a link, I get an error message of "
{"error": {"path": "The root path (\"/\") is not allowed."}}"
Would someone please tell me how to change the request to work with the new API? I'm under a time crunch and I'm not sure where to start. Thanks in advance.