1

I am getting an error while uploading file into Podio, not quite sure what it means. The response says:

{message: "File uploads are only supported on the server right now." name: "PodioError", status:undefined, url:undefined}

I am using podio-js library.

Preet
  • 984
  • 2
  • 14
  • 34
Fuzzy Neo
  • 31
  • 6

1 Answers1

0

The key part of the error is url: undefined which would indicate that the URL for the file you wish to upload has not been assigned to the url parameter.

Lovepreet Singh
  • 4,792
  • 1
  • 18
  • 36
cherrysoft
  • 1,165
  • 8
  • 17