committed by
Florent Vilmart
parent
bb47caad56
commit
03604b1bc6
4
3.0.0.md
4
3.0.0.md
@@ -134,8 +134,8 @@ Parse.Cloud.define('downloadImage', function(request, response) {
|
|||||||
You would call this method with:
|
You would call this method with:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
Parse.Cloud.run({
|
Parse.Cloud.run('downloadImage',{
|
||||||
url: '....',
|
url: 'https://example.com/file',
|
||||||
name: 'my-file'
|
name: 'my-file'
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user