filepicker.io - convert() and store vs FPUrl conversions

☆樱花仙子☆ 提交于 2019-12-04 09:36:02

The converted files are cached on our end, so using the conversion urls is entirely supported. If you know the sizes that you want ahead of time and don't think you'll need the variety, you can also use the .convert() call to "precache" the conversions, but it's more of a style preference than a huge performance difference

Actually, there is a very important difference between using the Javascript .convert() method and using the /convert REST url.

Each time you call .convert() you use up one of the upload credits in your account, whereas using the /convert url method uses one of the conversion credits... and accounts have a lot more conversion credits than upload credits.

So, where possible, using the /convert url is significantly cheaper.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!