OVH Community, your new community space.

[WebStorage CDN]Uploading files using API


obokar
13-08-2016, 11:01
After talking with customer support, we concluded that there isn't any REST API to POST/PUT so the only solution to "upload" files programmatically to CDN, it will be necessary to install openstack on the server, also there isn't any SDK, however, there's a small solution from OVH https://github.com/ovh/svfs .

Dani
01-08-2016, 21:05
Hi

For the CDN Webstorage, you can return the access codes at:

https://api.ovh.com/console/#/cdn/we...redentials#GET

A structure with credentials for using openstack account.

Thanks

Danny

obokar
31-07-2016, 21:05
Hi,

Im in the same situation, i've spend 2 days searching ovh for an api to upload file, but with no success. Does anyone have an idea about any other APIs available ? Or a solution to this problem ?

Thank you!

Inxenio
14-04-2016, 11:28
Hi QWRp. Same problem here.

Did you ever get to manage this?. Can you tell me how?.

Thanks in advance.

QWRp
28-01-2016, 06:01
Hi,

I can't find in https://api.ovh.com/console/ an API function to upload files to WebStorage CDN. Is even it possible?

I mean, on the CDN API page (https://www.ovh.ie/cdn/ovh-api.xml) there is information:
Ideal for developers

In addition to rapid CDN management, the OVH RESTful API offers broad scope for automating certain tasks, in order to integrate them into your own development projects and adapt your CDN configuration to your applications... All with ease thanks to the RESTful design.
Which kind of implies that this kind of thing is possible, because manual upload of files in browser is tedious so all developers would use some upload script. Is there any other API documentation except for this interactive console where this is described?