Re: [google-appengine] how to check virus for the uploaded files?

2014-05-28 Thread saintthor
thank you.

在 2014年5月26日星期一UTC+8下午4时14分28秒,Vinny P写道:
>
> On Sat, May 24, 2014 at 9:34 AM, saintthor 
> > wrote:
>
>> i want to set a service for users to upload and download files. there may 
>> be virus or other risks in the files.
>> can i check them?
>>
>
>
>
> There are online virus-scanning tools you can use via API such as: 
> https://scanii.com/ and 
> https://www.virustotal.com/en/documentation/public-api/ . Alternately you 
> can use a Compute Engine 
> machine
> /Managed VM , install an 
> anti-virus scanning engine, then run all your uploaded files through there.
>
> If you don't want to handle virus scanning yourself, you could try 
> requiring users to upload files from a trusted source. For example, Google 
> Drive virus scans files under 
> 25MB- you could have users 
> upload to GDrive, then select files using the Drive 
> API .
>  
>
> -
> -Vinny P
> Technology & Media Advisor
> Chicago, IL
>
> App Engine Code Samples: http://www.learntogoogleit.com
>  

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] how to check virus for the uploaded files?

2014-05-26 Thread Vinny P
On Sat, May 24, 2014 at 9:34 AM, saintthor  wrote:

> i want to set a service for users to upload and download files. there may
> be virus or other risks in the files.
> can i check them?
>



There are online virus-scanning tools you can use via API such as:
https://scanii.com/ and
https://www.virustotal.com/en/documentation/public-api/ . Alternately you
can use a Compute Engine
machine
/Managed VM , install an
anti-virus scanning engine, then run all your uploaded files through there.

If you don't want to handle virus scanning yourself, you could try
requiring users to upload files from a trusted source. For example, Google
Drive virus scans files under
25MB- you could have
users upload to GDrive, then select files using the Drive
API .


-
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] how to check virus for the uploaded files?

2014-05-24 Thread saintthor
i want to set a service for users to upload and download files. there may 
be virus or other risks in the files.

can i check them?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.