Hello!
Sorry for my English.
I have a shared link.
I need to get a list of files.
I execute the query:
curl -X POST https://api.dropboxapi.com/2/files/list_folder \
--header "Authorization: Bearer <<my_app_token>>" \
--header "Content-Type: application/json" \
--data "{\"path\": \"\",\"shared_link\":\"https://www.dropbox.com/sh/doxhqsfkjtiahkns/AADHM1f9uagbhGLQHgtERCiLcna\",\"recursive\": false,\"include_media_info\": false,\"include_deleted\": false,\"include_has_explicit_shared_members\": false,\"include_mounted_folders\": true}"
Response:
Error in call to API function "files/list_folder": request body: shared_link: expected object, got string
Why? How right?
Thank you.