[HELP]Developing a pack to upload image to google photos

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.",
    }),

any help

@Piet_Strydom any help

Hi Shadab,

I focus on the no-code aspects of Coda, so unfortunately is of no help here.

P

1 Like

If you pass a file in coda (a photo in a coda cell) as the actual parameter value, the pack should grab the actual URL of the photo/file

So you should be good!

Let me know if you have any more specific questions.