Nikita
Nikita

Reputation: 1082

How to share access for local server instance for the remote web service(google doc)?

Google allows to preview documents, just open the new tab with address: https://docs.google.com/gview?url=<urlToFile>&embedded=true. Where urlToFile returns file bytes.

I can't test preview on my local machine, because google can't reach my local instance of the IIS. So right now I should make a new build to the host to make sure that all is working.

Can I provide the access for my local IIS instance for the google so I can test the preview functionality without making a new build?

Upvotes: 0

Views: 59

Answers (1)

ikkentim
ikkentim

Reputation: 1648

You can either need to expose a port in your router to your local machine or use a tunnel service such as ngrok

Upvotes: 1

Related Questions