Skip to content

Store assets offline validations #1070

Answered by SUPERCILEX
TrianguloY asked this question in Q&A
Discussion options

You must be logged in to vote

We actually used to have some validation within the plug-in, but we removed it because whenever Google changed some requirement, there would be a delay in when the plugin would match that requirement. You also can't guarantee success offline: for example, you might already have images uploaded and try to upload new ones which will fail because you exceed the combined image count limit.

Because it's not possible to guarantee success, I don't think it makes sense to put this in the plugin. However, you could always add something like a python script to do your own validation.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@TrianguloY
Comment options

@SUPERCILEX
Comment options

Answer selected by TrianguloY
Comment options

You must be logged in to vote
1 reply
@SUPERCILEX
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants