While many people have client-side applications that post to Google Drive, our applications generate files like PDFs that need to be saved on our user’s GoogleDrive. We also do things like add watermarks to images before having them put on google drive. So, we have to set up communications between our server and the Google Servers. We do this by using the Google.Apis.Drive.v3 plugin. Once you get it working, it’s a snap.
Converting Legacy Systems to Single Sign-On with Auth0
As companies begin to grow larger and more complex, most successful companies find themselves with a multitude of applications to manage, each with their own set of users and authentication. With the advent of Office365, Azure Active Directory, and the the ubiquitous Google Application Suite, more and more user accounts need to be managed. Single Sign on “seems” like the ideal solution, but it has it’s own problems.
Viewing a PDF (or any external webpage) from dynamic text on an Ionic iPad Application
External files in Ionic can be a challenge. In our case, the HTML with the links were within a variable and displayed using [innerHTML], so it was impossible for data-entry people type in javascript instead of the classic Control+K to add a link to a simple text editor while entering information online. The links didn’t work out in the field where people were on an App. Here’s how we resolved the problem.
- « Previous Page
- 1
- …
- 6
- 7
- 8
- 9
- 10
- …
- 24
- Next Page »