Box is an online Intelligent Content Management solution that caters to individual users as well as businesses.
$21
per month 3 users (minimum)
Google App Engine
Score 8.2 out of 10
N/A
Google App Engine is Google Cloud's platform-as-a-service offering. It features pay-per-use pricing and support for a broad array of programming languages.
AWS and Heroku are both great, and I use them both extensively for different projects. Google App Engine was chosen because it is much more innovative than AWS, and because Heroku specializes in Ruby on Rails. Even though Heroku supports Java and other services, we feel Google …
I think Box is great for research teams or anyone that has a large number of files that need to be securely stored. Particularly in the case of social science research, where it is important to protect identifying data, Box is a great option. In cases where teams need a more reliable means for real-time collaboration, I would probably consider a different alternative
App Engine is such a good resource for our team both internally and externally. You have complete control over your app, how it runs, when it runs, and more while Google handles the back-end, scaling, orchestration, and so on. If you are serving a tool, system, or web page, it's perfect. If you are serving something back-end, like an automation or ETL workflow, you should be a little considerate or careful with how you are structuring that job. For instance, the Standard environment in Google App Engine will present you with a resource limit for your server calls. If your operations are known to take longer than, say, 10 minutes or so, you may be better off moving to the Flexible environment (which may be a little more expensive but certainly a little more powerful and a little less limited) or even moving that workflow to something like Google Compute Engine or another managed service.
The main feature that I like the most in Box is that it makes collaboration seamless, workers can easily check the documents any time and make changes according to the needs.
Box manages and backs up all of your files on its cloud servers, and provides a very nice interface for creating, viewing, editing, and collaborating on the most commonly used file types (PDF, XLS, DOC, etc.).
Over the past few years, Box has built on top of its basic cloud storage management with a host of other tools, such as workflows, AI, monitoring, and analytics.
It is helping us to make good connections with clients and our workers themselves as to its syncing and viewing feature to all is very much helpful and easy to go.
There is a slight learning curve to getting used to code on Google App Engine.
Google Cloud Datastore is Google's NoSQL database in the cloud that your applications can use. NoSQL databases, by design, cannot give handle complex queries on the data. This means that sometimes you need to think carefully about your data structures - so that you can get the results you need in your code.
Setting up billing is a little annoying. It does not seem to save billing information to your account so you can re-use the same information across different Cloud projects. Each project requires you to re-enter all your billing information (if required)
I like the security features and I like the website. It's easy to use and create and move things around as needed. The main reason for a lower rating is because the Box Sync app is just not a good program. It's a memory hog, it's slow, transfer speeds are slow, and it's not the most efficient route. If you have a large Box account and you need to get a computer up to speed on a large amount of data within Box, you are in for the long haul. Last time I had to do this, it took 3 days to sync all of the files and we are talking around 100 GB worth of data
App Engine is a solid choice for deployments to Google Cloud Platform that do not want to move entirely to a Kubernetes-based container architecture using a different Google product. For rapid prototyping of new applications and fairly straightforward web application deployments, we'll continue to leverage the capabilities that App Engine affords us.
Everything with Box is seamless. It can be integrated into virtually any other software or application. You can even get the app for your phone or tablet to work on the go. File syncing is so quick. The only reason I gave it a 9 is the issue I discussed earlier about the local file application rebooting and not continuing to sync files. Other than that, it's great!
I had to revisit the UI after a year of just setting up and forgetting. The UI got some improvements but the amount of navigation we have to go through to setup a new app has increased but also got easier to setup. Gemini now is integrated and make getting answers faster
Yeah, it's always worked, I've never had any kind of connection issues, the only issues I've had it I've been on our end when the Internet hasn't worked.
The general operation and management of Box is very efficient, both when accessing the account, and when adding files, downloading or modifying any document directly. The web platform, mobile and desktop versions work really well and quickly, making all the work and process flow smoothly and without setbacks. So far I have not been able to observe any inconvenience
I found their support community lacking in clarity when I experienced a login issue. The error messaging was poor on my Box Sync application. I did not reach out to support staff for help, instead, I reasoned that I should try downloading the Box Sync application again and reinstall it. That fixed my issue, thankfully. I think a less computer-savvy user would've been much more frustrated.
Good amount of documentation available for Google App Engine and in general there is large developer community around Google App Engine and other products it interacts with. Lastly, Google support is great in general. No issues so far with them.
The documentation is good. Since Box is a popular service, there were also a number of YouTube videos and other sources that were helpful as we were considering the product and planning for deployment. Also, the ability to try the free version helped to prepare us.
Be careful with settings. It is easy to get overwhelmed with updates. For example, you don’t want to be updated when doing historical data uploads. I recommend taking off notifications initially and then turn on post you have done your historical data upload.
They are kind of the same. And both of them do their job as promised. But for company and project wise I think that Box slightly wins for some points. Which [makes him] win over Google Drive (don't forget that Google Drive is very easy to use and has a lot [of] nice features too).
We were on another much smaller cloud provider and decided to make the switch for several reasons - stability, breadth of services, and security. In reviewing options, GCP provided the best mixtures of meeting our needs while also balancing the overall cost of the service as compared to the other major players in Azure and AWS.
Box has been an only positive experience. It provides a seamless way for me and my team to collaborate on documents in such a way where we're not sending the document back/forth via email. It's a huge timesaver.
Box reduces the risk of sharing a sensitive document to the wrong person via email.
Box has provided a platform where my team can share notes in meetings - this has helped streamline and organize our meetings. Our meetings are more productive and actionable.
Effective integration to other java based frameworks.
Time to market is very quick. Build, test, deploy and use.
The GAE Whitelist for java is an important resource to know what works and what does not. So use it. It would also be nice for Google to expand on items that are allowed on GAE platform.