Skip to main content
Most of the features available to users accessing the AODocs UI through a web browser are also available with the AODocs API. The APIs also let you interact indirectly with some AODocs-related Google Drive API functionality, including some mediated access to files and folders in Drive. The following diagram shows the interactions between the major components:
AODocs architecture diagram
The following terms define key components shown in Figure 1: Google Drive Google’s cloud file storage service that provides users with a personal storage space, called My Drive, and the option to access collaborative shared folders, called shared drives. Google Drive API The REST API that allows you to leverage Google Drive storage from within your app. AODocs API The REST API that allows you to leverage AODocs functionality from within your app. Third-party app An app that leverages AODocs APIs (and, indirectly, Google Drive APIs) as its document management and file storage solution. AODocs Web UI The AODocs user interface used by an end-user to manage AODocs documents and Google Drive files attached to them. Google Drive Customer Files A Google Drive storage location that a specific user owns. Ownership of the content of the files stored on Google Drive remains specific to an individual user, unless the file gets attached to an AODocs document, at which point the ownership is transferred to the corporate account. OAuth 2.0 The protocol that Google Drive API requires to authenticate your app users. If your application uses Google Sign-in , it handles the OAuth 2.0 flow and application access tokens.

Next steps

In the Key concepts section you can read more about AODocs basics, as well as about leveraging concepts and components of AODocs APIs to accomplish your goals.