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

Sharepoint share URL to "normal" URL #1482

Open
3 tasks done
itsalljustdata opened this issue Jan 31, 2025 · 1 comment · May be fixed by #1524
Open
3 tasks done

Sharepoint share URL to "normal" URL #1482

itsalljustdata opened this issue Jan 31, 2025 · 1 comment · May be fixed by #1524
Labels
enhancement New feature or request triage

Comments

@itsalljustdata
Copy link

What type of request is this?

New tool idea

Clear and concise description of the feature you are proposing

Take a URL as supplied by SP Online

https://my-site.sharepoint.com/sites/SBL-AssuranceofLearning/AoL%20Reviews/Forms/AllItems.aspx?FolderCTID=0x0120004A7E52B45BF74940ABEB3A8AA69FF829&id=%2Fsites%2FSBL%2DAssuranceofLearning%2FAoL%20Reviews%2FAnalytics%2FSQL%2EDefinitions%2Fcourse%5Funit%5Fsets%2Esql&viewid=d65c252e%2Db796%2D4457%2D88dd%2D2a8095006fb9&parent=%2Fsites%2FSBL%2DAssuranceofLearning%2FAoL%20Reviews%2FAnalytics%2FSQL%2EDefinitions

extract the "id" from the params and use it as the path for the new URL

$protocol//$hostname$id

https://my-site.sharepoint.com/sites/SBL-AssuranceofLearning/AoL Reviews/Analytics/SQL.Definitions/course_unit_sets.sql

Is their example of this tool in the wild?

not that i've seen

Additional context

No response

Validations

  • Check the feature is not already implemented in the project.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
  • Check that the feature can be implemented in a client side only app (IT-Tools is client side only, no server).
@itsalljustdata itsalljustdata added enhancement New feature or request triage labels Jan 31, 2025
sharevb added a commit to sharevb/it-tools that referenced this issue Mar 2, 2025
Decode sharepoint.com share urls

Fix CorentinTh#1482
@sharevb sharevb linked a pull request Mar 2, 2025 that will close this issue
sharevb added a commit to sharevb/it-tools that referenced this issue Mar 9, 2025
Decode sharepoint.com share urls

Fix CorentinTh#1482
sharevb added a commit to sharevb/it-tools that referenced this issue Mar 9, 2025
Decode sharepoint.com share urls

Fix CorentinTh#1482
@sharevb
Copy link
Contributor

sharevb commented Mar 10, 2025

Hi @itsalljustdata , implemented in #1524 and in my fork: https://sharevb-it-tools.vercel.app/sharepoint-decoder

And if you arr interested in up to date version of it-tools, I made kind of a fork here : https://github.com/sharevb/it-tools (https://sharevb-it-tools.vercel.app/ and docker images https://github.com/sharevb/it-tools/pkgs/container/it-tools)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants