API for file listing? #311
-
This project is an amazing project that perfectly suit my need. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
We use |
Beta Was this translation helpful? Give feedback.
-
If you need raw links only, you simply construct links like:
Such as:
To get 302 redirects to the raw OneDrive file links. I don't think you need API queries at all. |
Beta Was this translation helpful? Give feedback.
We use
/api?path=<path_to_file_or_folder>
internally. If you want you can try this, though I believe you would need to deal with CORS yourself.