Documentation has the url as:
https://notify.dropboxapi.com/2/files/list_folder/longpoll? It returns the error: Error in call to API function "files/list_folder/longpoll": Unexpected URL params:
The beta url works: https://notify.dropboxapi.com/2-beta-2/files/list_folder/longpoll?
Are other people finding this?
Compare https://www.dropboxforum.com/hc/en-us/community/posts/204693069-API-v2-Long-polling?input_string=API%20URL%20for%20files%2Flist_folder%2Flongpoll%20seems%20to%20be%20incorrect
Hi Gerard, from the documentation for /2/files/list_folder/longpoll, the endpoint is:
https://notify.dropboxapi.com/2/files/list_folder/longpoll
You seem to be using:
https://notify.dropboxapi.com/2/files/list_folder/longpoll?
Please remove the extra ? and try again and let me know if that doesn't help.