Plus added example.com url instead of '....'
This commit is contained in:
Marc Smith
2019-01-24 20:20:27 -07:00
committed by Florent Vilmart
parent bb47caad56
commit 03604b1bc6

View File

@@ -134,8 +134,8 @@ Parse.Cloud.define('downloadImage', function(request, response) {
You would call this method with:
```js
Parse.Cloud.run({
url: '....',
Parse.Cloud.run('downloadImage',{
url: 'https://example.com/file',
name: 'my-file'
});
```