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

Name is coming as NULL for files uploaded using 'CreateFileRequest' #243

Open
itzlokeshjayaraj opened this issue May 29, 2024 · 0 comments

Comments

@itzlokeshjayaraj
Copy link

Description:

what are you trying to do
Trying to fetch get nodes, download link, etc.

Actual Behavior:
The method GetNodes(...) is returning Nodes with name as NULL for files uploaded using 'CreateFileRequest'
what happens
Couldn't process nodes since name is NULL

Expected Behavior:
The method GetNodes(...) should return Nodes with name similar to other nodes
what should happen
The method GetNodes(...) should return Nodes with name similar to other nodes

Steps to Reproduce:

  1. Create a folder in Mega drive.
  2. Right click the folder and 'Create File Request'
  3. A url will be generated that can be used to upload files to this folder.
  4. When fetching the nodes corresponding to the files of this folder, Name is coming as NULL where as type and id are getting filled.

MegaApiClient Version:
1.10.4
CreateFileRequest

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

No branches or pull requests

1 participant