Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TIKA-4229 - Add a Microsoft Graph Fetcher #1698

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

nddipiazza
Copy link
Contributor

@nddipiazza nddipiazza commented Mar 28, 2024

initial attempt to add microsoft graph fetcher

Nicholas DiPiazza added 3 commits March 28, 2024 04:04
initial attempt to add microsoft graph fetcher
initial attempt to add microsoft graph fetcher
bump version
@nddipiazza nddipiazza changed the title TIKA-4229 TIKA-4229 - Add a Microsoft Graph Fetcher Mar 29, 2024
do {
try {
long start = System.currentTimeMillis();
String[] fetchKeySplit = fetchKey.split(",");
Copy link

@bartek bartek Apr 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Download URLs provided for each drive item seem to be unique (we can confirm this) and they are provided in the MS Graph API response.

Using the URL would prevent this specificity required in crafting a fetch key. This would simplify the call to the fetcher as well.

Thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants