You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is what will be filled into the pdf_url field for info.
It will disable the querying the filestores for urls.
This will enable the /sheet/${sheetname}/files/mgdid/${mdgid}.pdf end point on the server.
This end point will query the filestores for an io.Reader used to proxy the file.
The text was updated successfully, but these errors were encountered:
#17
One of the urls listed in #17 is the proxy. We are pulling that out of #17 into this issue.
Changes to the config:
Webserver section should now have an additional config called
proxy_path
which is a string.This is what will be filled into the
pdf_url
field for info.It will disable the querying the filestores for urls.
This will enable the
/sheet/${sheetname}/files/mgdid/${mdgid}.pdf
end point on the server.This end point will query the filestores for an io.Reader used to proxy the file.
The text was updated successfully, but these errors were encountered: