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

How to get URL file #63

Closed
anhtu0101 opened this issue Apr 1, 2019 · 3 comments
Closed

How to get URL file #63

anhtu0101 opened this issue Apr 1, 2019 · 3 comments
Labels
suggestion New feature or request

Comments

@anhtu0101
Copy link

After I select a file from Google Drive, DropBox, is there a way for me to get url for image?
Ex: Url Image: https://drive.google.com/file/d/10qJfAEHCPaVC9o-Xbz6K__0NRCWwMa9d/view
Many Thank

@miguelpruivo
Copy link
Owner

Hi @anhtu0101 , I'm afraid that currently not. When you select a remote file what happens is that this file will be cached locally so you can actually access its absolute path and work with it (eg. modify, upload it, etc.).

What you are looking for is a remote URI for that file. It's a bit out of what this package does and may lead to users expecting an absolute path and instead loading a remote, but it's a good suggestion. May consider it in a separate method in a future (eg. getRemotePath() which will only allow to select paths from clouds).

@miguelpruivo miguelpruivo added the suggestion New feature or request label Apr 1, 2019
@anhtu0101
Copy link
Author

@miguelpruivo Thank you for your support, this is a great Packages...

@miguelpruivo miguelpruivo mentioned this issue Jun 20, 2019
6 tasks
@miguelpruivo
Copy link
Owner

Moved to #99.

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

No branches or pull requests

2 participants