when i am integrating pack in doc , the file selector is not opening , it is text input asking for url
why,
suppose i am developing a pack to upload image to google photos .my images are in local, how can i have a url for image,
coda.makeParameter({
type: coda.ParameterType.File,
name: "file",
description: "The file to upload.",
}),