Hello, I have such an error. Probably some parameters are wrong. Does anyone know what is wrong and where it should be?
now i got such an error
It may expect the value as string, could you try something like this.
{ "Dropbox-API-Arg": "{ "path": "/samorodek.jpg" } }"
Oh my bad, I got the string value part wrong. Can you try.
{ "Dropbox-API-Arg": "{ \"path\": \"/samorodek.jpg\" }" }
Inside your string value you have to escape these \".
Can you use it without an expression just copy
{ "Dropbox-API-Arg": "{ \"path\": \"/samorodek.jpg\" }" }
Error in call to API function “sharing/get_shared_link_file”: HTTP header “Dropbox-API-Arg”: missing required field ‘url’
{ "Dropbox-API-Arg": "{ \"path\": \"/samorodek.jpg\",\"url\":\"\" }" }
Alright, that means the header itself is working. You have to add the url param to whatever dropbox expects. I think you are setting it in your original screenshot.
I put the url field empty and it worked partially because it reported an error: shared_link_not_found / …
I am not sure if I understood correctly how this element works. The documentation says that this item should return a link to the file. So the URL position in header may be empty.
So I would have to insert a link in the URL, will the automation generate the link itself?
Rather, it seems to me that the automation will return the url itself. otherwise this module doesn’t make sense
So before the module / get_shared_link_file there should be the module / get_shared_link_metadata. Do I understand correctly?
I wonder what / create_shared_link_with_settings is for?
Something strange about this documentation







