Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Added file upload support#3

Open
harishanchu wants to merge 1 commit into
haugstrup:masterfrom
harishanchu:master
Open

Added file upload support#3
harishanchu wants to merge 1 commit into
haugstrup:masterfrom
harishanchu:master

Conversation

@harishanchu
Copy link
Copy Markdown

Now podio file upload operation can be performed like following:
podio.post'/file/', {source: , filename: }, {upload: true}, function(response, body){
console.log(body);
});

Now podio file upload operation can be performed like following:
podio.post'/file/', {source: <an absolute path to the file to be uploaded>, filename: <filename>}, {upload: true}, function(response, body){
  console.log(body);
});
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant