-
|
Is there any limit on the number of publications per day? How to add thumbnail not a link but a file? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
The upload limit is imposed by Google, not us. See here. We plan on adding functionality for thumbnail uploading in the future, but for now it is via a URL. In theory you could upload the file to some sort of file server, either an S3 bucket or another type of scriptable image upload service (Imgur wouldn't be a bad option), and then get the public URL of the file for the function call. |
Beta Was this translation helpful? Give feedback.
-
|
I noticed two difficulties so far to apply the binary.
Thanks in advance |
Beta Was this translation helpful? Give feedback.
The upload limit is imposed by Google, not us. See here.
We plan on adding functionality for thumbnail uploading in the future, but for now it is via a URL. In theory you could upload the file to some sort of file server, either an S3 bucket or another type of scriptable image upload service (Imgur wouldn't be a bad option), and then get the public URL of the file for the function call.