Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

Showing the google drive file in Appian as a preview

In my Application, I just wanted to show images in the Appian interface as a preview that are actually in google drive

  Discussion posts and replies are publicly visible

  • 0
    Certified Lead Developer

    I believe, storing an a file using file upload component, and fetching all the files from the drive folder can be achieved easily using different operations of GDrive API, whats different here is that you want to bring the contents(images) to the appian interface but want it as view only. If you want any GDrive content then you have to create a batch process which will bring the contents(images) from that folder to appian interface as preview and then you will have the complete control over the interface. Later you can manage the recurcive process as per your requirements.